diff --git a/CHANGES.md b/CHANGES.md index 3c8687a8..af27d912 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,29 @@ [//]: # (towncrier release notes start) +## 3.16.0 (2025-06-10) {: #3.16.0 } + +#### Features {: #3.16.0-feature } + +- Added support for on-demand content to `repair_metadata` endpoint. + [#849](https://github.com/pulp/pulp_python/issues/849) + +#### Bugfixes {: #3.16.0-bugfix } + +- Fixed pull-through caching not working for indexes that use relative URLs. + [#842](https://github.com/pulp/pulp_python/issues/842) + +--- + +## 3.15.1 (2025-06-10) {: #3.15.1 } + +#### Bugfixes {: #3.15.1-bugfix } + +- Fixed pull-through caching not working for indexes that use relative URLs. + [#842](https://github.com/pulp/pulp_python/issues/842) + +--- + ## 3.15.0 (2025-05-13) {: #3.15.0 } #### Features {: #3.15.0-feature }