From bb7eda71f45323fcbab45f7c671ba37a641d3c72 Mon Sep 17 00:00:00 2001 From: Renata Date: Fri, 15 Apr 2022 22:35:58 +0200 Subject: [PATCH] chore: Update release changelog --- CHANGELOG.md | 11 ++++++++++- setup.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eebdd985..102e6b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning][semver]. ### Added +### Changed + +### Fixed + +## [0.16.0] - 04/16/2022 + +### Added + - Add `allow_unsafe` flag to git repo class as a response to a recent git security fix ([229]) ### Changed @@ -614,7 +622,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.15.0...HEAD +[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.16.0...HEAD +[0.14.0]: https://github.com/openlawlibrary/taf/compare/v0.15.0...v0.16.0 [0.14.0]: https://github.com/openlawlibrary/taf/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/openlawlibrary/taf/compare/v0.13.4...v0.14.0 [0.13.4]: https://github.com/openlawlibrary/taf/compare/v0.13.3...v0.13.4 diff --git a/setup.py b/setup.py index 15fee7e3..d97356d9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from importlib.util import find_spec PACKAGE_NAME = "taf" -VERSION = "0.15.0" +VERSION = "0.16.0" AUTHOR = "Open Law Library" AUTHOR_EMAIL = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"