diff --git a/CHANGELOG.md b/CHANGELOG.md index 861e747c..0df22fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver]. + ## [Unreleased] + +### Added + + +### Changed + + +### Fixed + + +## [0.34.0] + ### Added - Added benchmark testing for test_clone_valid_happy_path [(584)] @@ -18,6 +31,9 @@ Transition to the newest version of TUF [(561)] ### Fixed +[584]: https://github.com/openlawlibrary/taf/pull/584 +[561]: https://github.com/openlawlibrary/taf/pull/561 + ## [0.33.2] ### Added @@ -30,9 +46,6 @@ Transition to the newest version of TUF [(561)] [585]: https://github.com/openlawlibrary/taf/pull/585 -[584]: https://github.com/openlawlibrary/taf/pull/584 -[561]: https://github.com/openlawlibrary/taf/pull/561 - ## [0.33.1] @@ -1422,7 +1435,8 @@ Transition to the newest version of TUF [(561)] [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.33.2...HEAD +[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.34.0...HEAD +[0.34.0]: https://github.com/openlawlibrary/taf/compare/v0.33.2...v0.34.0 [0.33.2]: https://github.com/openlawlibrary/taf/compare/v0.33.1...v0.33.2 [0.33.1]: https://github.com/openlawlibrary/taf/compare/v0.33.0...v0.33.1 [0.33.0]: https://github.com/openlawlibrary/taf/compare/v0.32.4...v0.33.0 diff --git a/setup.py b/setup.py index 405c979f..a3d7e6a2 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup PACKAGE_NAME = "taf" -VERSION = "0.33.2" +VERSION = "0.34.0" AUTHOR = "Open Law Library" AUTHOR_EMAIL = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"