diff --git a/CHANGES.md b/CHANGES.md index 74220ba9..8964f86d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,15 @@ [//]: # (towncrier release notes start) +## 3.12.2 (2024-08-21) {: #3.12.2 } + +#### Bugfixes {: #3.12.2-bugfix } + +- Fixed package name normalization issue preventing syncing packages with "." or "_" in their names. + [#716](https://github.com/pulp/pulp_python/issues/716) + +--- + ## 3.12.1 (2024-06-27) {: #3.12.1 } @@ -46,6 +55,17 @@ --- +## 3.11.3 (2024-08-21) {: #3.11.3 } + +#### Bugfixes {: #3.11.3-bugfix } + +- Fixed uploads not supporting packages using metadata spec 2.3 + [#682](https://github.com/pulp/pulp_python/issues/682) +- Fixed package name normalization issue preventing syncing packages with "." or "_" in their names. + [#716](https://github.com/pulp/pulp_python/issues/716) + +--- + ## 3.11.2 (2024-06-27) {: #3.11.2 }