Skip to content

Commit e0c660e

Browse files
committed
Prepre v1.2.0
1 parent c49fa9c commit e0c660e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ 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-
## [1.1.0]
7+
## [1.2.0] - 2025-02-27
8+
9+
- Removed: official support for Django 3.2, 4.0 and 4.1 was removed
10+
- Added: official support for Django 5.0, 5.1 and 5.2 (beta) was added
11+
12+
## [1.1.0] - 2023-11-20
813

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

11-
## [1.0.0]
16+
## [1.0.0] - 2023-11-12
1217

1318
Initial release.
1419

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.1.0"
7+
version = "1.2.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)