diff --git a/CHANGELOG.md b/CHANGELOG.md index bb38a1cb..e421bbf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning][semver]. ## [Unreleased] +### Added + + +### Changed + + +### Fixed + + +## [0.11.0] - 09/28/2021 + + ### Added - Added support for skipping automatic checkout ([179]) @@ -473,8 +485,9 @@ 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.10.1...HEAD -[0.10.0]: https://github.com/openlawlibrary/taf/compare/v0.10.0...v0.10.1 +[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/openlawlibrary/taf/compare/v0.10.1...v0.11.0 +[0.10.1]: https://github.com/openlawlibrary/taf/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/openlawlibrary/taf/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/openlawlibrary/taf/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/openlawlibrary/taf/compare/v0.8.1...v0.8.1 diff --git a/setup.py b/setup.py index d5ecbd90..1c1b7e9b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup PACKAGE_NAME = "taf" -VERSION = "0.10.1" +VERSION = "0.11.0" AUTHOR = "Open Law Library" AUTHOR_EMAIL = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"