From fbb796e7da387efdf46a447b6e7064ed43faa4a4 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sat, 26 Oct 2024 03:03:56 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 316ceea1d..12c9f78d3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,18 @@ [//]: # (towncrier release notes start) +## 2.21.1 (2024-10-25) {: #2.21.1 } + +#### Bugfixes {: #2.21.1-bugfix } + +- Fixed an issue causing an HTTP 500 error when a GET request for a non-existing + blob was made to a distribution with only a `repository_version` set. + [#1703](https://github.com/pulp/pulp_container/issues/1703) +- Fixed the JSONField specification so it doesn't break ruby bindings. + See context [here](https://github.com/pulp/pulp_rpm/issues/3639). + +--- + ## 2.21.0 (2024-07-19) {: #2.21.0 } @@ -54,6 +66,15 @@ --- +## 2.20.4 (2024-10-25) {: #2.20.4 } + +#### Bugfixes {: #2.20.4-bugfix } + +- Fixed the JSONField specification so it doesn't break ruby bindings. + See context [here](https://github.com/pulp/pulp_rpm/issues/3639). + +--- + ## 2.20.3 (2024-08-27) {: #2.20.3 } #### Bugfixes {: #2.20.3-bugfix }