Skip to content

Commit

Permalink
Release notes for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg committed Nov 20, 2023
1 parent 635f722 commit 33a8093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## [1.1.0]

- Added: support base64 with truncated padding (for example `AAECAw` instead of `AAECAw==`). ([#10](https://github.com/Stormheg/drf-base64-binaryfield/pull/10))

## [1.0.0]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "drf-base64-binaryfield"
version = "1.0.0"
version = "1.1.0"
description = "Support for base64-encoded binary data in django rest framework serializers"
authors = ["Storm Heg <storm@stormbase.digital>"]
license = "MIT"
Expand Down

0 comments on commit 33a8093

Please sign in to comment.