diff --git a/CHANGELOG.md b/CHANGELOG.md index 93473dca..c6b681a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning][semver]. ### Added +### Changed + + +### Fixed + + +## [0.19.0] - 06/14/2022 + +### Added + + ### Changed - Loosen dependencies and pin pynacl ([254]) @@ -679,7 +690,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.18.0...HEAD +[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.19.0...HEAD +[0.19.0]: https://github.com/openlawlibrary/taf/compare/v0.18.0...v0.19.0 [0.18.0]: https://github.com/openlawlibrary/taf/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/openlawlibrary/taf/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/openlawlibrary/taf/compare/v0.15.0...v0.16.0 diff --git a/setup.py b/setup.py index b65f6f92..7ce89c8f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from importlib.util import find_spec PACKAGE_NAME = "taf" -VERSION = "0.18.0" +VERSION = "0.19.0" AUTHOR = "Open Law Library" AUTHOR_EMAIL = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"