diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d28a068..d6e082be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning][semver]. ### Added +### Changed + +### Fixed + +## [0.33.0] + +### Added + - Add tests for `get_last_remote_commit` and `reset_to_commit` ([573]) - Remove unused optional parameter from _yk_piv_ctrl ([572]) - Implement full partial update. Store last validated commit per repo ([559)]) @@ -1377,7 +1385,8 @@ and this project adheres to [Semantic Versioning][semver]. [keepachangelog]: https://keepachangelog.com/en/1.0.0/ [semver]: https://semver.org/spec/v2.0.0.html -[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.32.4...HEAD +[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.33.0...HEAD +[0.33.0]: https://github.com/openlawlibrary/taf/compare/v0.32.4...v0.33.0 [0.32.4]: https://github.com/openlawlibrary/taf/compare/v0.32.3...v0.32.4 [0.32.3]: https://github.com/openlawlibrary/taf/compare/v0.32.2...v0.32.3 [0.32.2]: https://github.com/openlawlibrary/taf/compare/v0.32.1...v0.32.2 diff --git a/setup.py b/setup.py index a9ce5ac3..610414b0 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup PACKAGE_NAME = "taf" -VERSION = "0.32.4" +VERSION = "0.33.0" AUTHOR = "Open Law Library" AUTHOR_EMAIL = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"