diff --git a/docs/CHANGES.md b/docs/CHANGES.md index b884004c..b8212bc6 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -10,6 +10,19 @@ [//]: # (towncrier release notes start) +## 0.20.3 (2023-07-28) + + + +### Bugfixes + +- Made api-quirks idempotent to prevent them from failing once the original api is fixed. + [#752](https://github.com/pulp/pulp-cli/issues/752) + + +--- + + ## 0.20.2 (2023-07-19) @@ -67,6 +80,19 @@ --- +## 0.19.5 (2023-07-28) + + + +### Bugfixes + +- Made api-quirks idempotent to prevent them from failing once the original api is fixed. + [#752](https://github.com/pulp/pulp-cli/issues/752) + + +--- + + ## 0.19.4 (2023-07-19) @@ -155,6 +181,21 @@ No significant changes. --- +## 0.18.2 (2023-07-30) + + + +### Bugfixes + +- Pinnend PyYAML version to fix installation issues. + [#724](https://github.com/pulp/pulp-cli/issues/724) +- Made api-quirks idempotent to prevent them from failing once the original api is fixed. + [#752](https://github.com/pulp/pulp-cli/issues/752) + + +--- + + ## 0.18.1 (2023-07-10)