diff --git a/CHANGELOG.md b/CHANGELOG.md index e33a7840..85983817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning][semver]. ### Changed +### Fixed + +## [0.5.1] - 06/25/2020 + +### Added + +### Changed + - Documentation updates ([140]) - Set `only_load_targets` parameter to `True` by default in `repositoriesdb` ([139]) - Use `_load_signing_keys` in `add_signing_key` ([138]) @@ -20,7 +28,6 @@ and this project adheres to [Semantic Versioning][semver]. - Fix loading targets metadata files in `repositoriesdb` ([139]) - [140]: https://github.com/openlawlibrary/taf/pull/140 [139]: https://github.com/openlawlibrary/taf/pull/139 [138]: https://github.com/openlawlibrary/taf/pull/138 @@ -268,7 +275,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/pygls/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/openlawlibrary/pygls/compare/v0.5.1...HEAD +[0.5.1]: https://github.com/openlawlibrary/pygls/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/openlawlibrary/pygls/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/openlawlibrary/pygls/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/openlawlibrary/pygls/compare/v0.3.1...v0.4.0 diff --git a/setup.py b/setup.py index 61bcae11..34c2b0c0 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup PACKAGE_NAME = "taf" -VERSION = "0.5.0" +VERSION = "0.5.1" AUTHOR = "Open Law Library" AUTHOR_EMAIL = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"