diff --git a/CHANGES.md b/CHANGES.md index b13d7ade..62cf72e3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,24 @@ [//]: # (towncrier release notes start) +## 3.30.2 (2026-05-19) {: #3.30.2 } + +#### Bugfixes {: #3.30.2-bugfix } + +- Fixed blocklist entries API to support `isnull` filter lookup on `version` to uniquely identify name-only entries. + [#1238](https://github.com/pulp/pulp_python/issues/1238) + +--- + +## 3.30.1 (2026-05-19) {: #3.30.1 } + +#### Bugfixes {: #3.30.1-bugfix } + +- Fixed `upload_time` in Simple and JSON APIs to reflect repository addition time instead of content creation time. + [#1232](https://github.com/pulp/pulp_python/issues/1232) + +--- + ## 3.30.0 (2026-05-13) {: #3.30.0 } #### Features {: #3.30.0-feature } @@ -71,6 +89,15 @@ --- +## 3.27.3 (2026-05-19) {: #3.27.3 } + +#### Bugfixes {: #3.27.3-bugfix } + +- Fixed `upload_time` in Simple and JSON APIs to reflect repository addition time instead of content creation time. + [#1232](https://github.com/pulp/pulp_python/issues/1232) + +--- + ## 3.27.2 (2026-04-14) {: #3.27.2 } #### Bugfixes {: #3.27.2-bugfix }