diff --git a/CHANGELOG.md b/CHANGELOG.md index 5205a4fc..03de2bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [2.12.0] - 2023-09-15 ### Added - Enable the use of relative paths in a volume hostpath (#227) @@ -263,7 +263,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). First versioned release -[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.11.0...HEAD +[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.12.0...HEAD +[2.12.0]: https://github.com/JonathonReinhart/scuba/compare/v2.11.0...v2.12.0 [2.11.0]: https://github.com/JonathonReinhart/scuba/compare/v2.10.1...v2.11.0 [2.10.1]: https://github.com/JonathonReinhart/scuba/compare/v2.10.0...v2.10.1 [2.10.0]: https://github.com/JonathonReinhart/scuba/compare/v2.9.0...v2.10.0 diff --git a/scuba/version.py b/scuba/version.py index 878f3404..f606d312 100644 --- a/scuba/version.py +++ b/scuba/version.py @@ -12,7 +12,7 @@ DIST_SPEC = "scuba" # Base version, which will be augmented with Git information -BASE_VERSION = "2.11.0" +BASE_VERSION = "2.12.0" # This string will be replaced by `git-archive` # with the abbreviated commit hash