Skip to content

Commit 33a8093

Browse files
committed
Release notes for v1.1.0
1 parent 635f722 commit 33a8093

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44

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

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

911
## [1.0.0]
1012

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "drf-base64-binaryfield"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "Support for base64-encoded binary data in django rest framework serializers"
99
authors = ["Storm Heg <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)