diff --git a/CHANGELOG.md b/CHANGELOG.md index 479b21b..ceb0858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - n/a +## [0.14.4] - 2023-10-30 + +### Fixed + +- Explicitly setting `verify` for each request in `CdnClient` + ## [0.14.3] - 2023-10-27 ### Fixed @@ -134,7 +140,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - py26 compatibility issue on travis - rpm-py-installer requirement was made conditional -[Unreleased]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.3...HEAD +[Unreleased]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.4...HEAD +[0.14.4]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.3...0.14.4 [0.14.3]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.2...0.14.3 [0.14.2]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.1...0.14.2 [0.14.1]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.0...0.14.1 diff --git a/setup.py b/setup.py index 0968c2c..668ffb0 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="ubi-population-tool", - version="0.14.3", + version="0.14.4", license="GNU General Public License", author="", author_email="",