From e17e22b67cd6e3845b4aedd65221f951d1f567aa Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 20 May 2026 04:30:53 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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 }