From d078516e4e42098f41494177a5f5ffe3dd170115 Mon Sep 17 00:00:00 2001 From: Renata Vaderna Date: Tue, 30 Aug 2022 21:17:04 +0200 Subject: [PATCH] chore: update changelog and bump version to 0.21.0 (#268) --- CHANGELOG.md | 12 +++++++++++- setup.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9b5c9e..bc0d9e97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning][semver]. ### Added +### Changed + +### Fixed + + +## [0.21.0] - 08/30/2022 + +### Added + - Add support for multiple branch and capstone files ([266]) - Add cli metadata command that checks if metadata roles are soon to expire ([261]) - Document a solution to a YubiKey communication issue ([257]) @@ -728,7 +737,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.20.0...HEAD +[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.21.0...HEAD +[0.21.0]: https://github.com/openlawlibrary/taf/compare/v0.20.0...v0.21.0 [0.20.0]: https://github.com/openlawlibrary/taf/compare/v0.19.0...v0.20.0 [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 diff --git a/setup.py b/setup.py index a3d0bb81..ad8ea275 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from importlib.util import find_spec PACKAGE_NAME = "taf" -VERSION = "0.20.0" +VERSION = "0.21.0" AUTHOR = "Open Law Library" AUTHOR_EMAIL = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"