diff --git a/CHANGELOG.md b/CHANGELOG.md index 13da1783..a6639389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.10.0] - 2022-01-12 +### Added +- Add ability to use environment variables in volume paths (#192) + + ## [2.9.0] - 2021-09-15 ### Added - Add ability to specify volumes in `.scuba.yml` (#186) @@ -236,7 +241,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). First versioned release -[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.9.0...HEAD +[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.10.0...HEAD +[2.10.0]: https://github.com/JonathonReinhart/scuba/compare/v2.9.0...v2.10.0 [2.9.0]: https://github.com/JonathonReinhart/scuba/compare/v2.8.0...v2.9.0 [2.8.0]: https://github.com/JonathonReinhart/scuba/compare/v2.7.0...v2.8.0 [2.7.0]: https://github.com/JonathonReinhart/scuba/compare/v2.6.1...v2.7.0 diff --git a/scuba/version.py b/scuba/version.py index 2154275e..c026ba81 100644 --- a/scuba/version.py +++ b/scuba/version.py @@ -10,7 +10,7 @@ DIST_SPEC = 'scuba' # Base version, which will be augmented with Git information -BASE_VERSION = '2.9.0' +BASE_VERSION = '2.10.0' # This string will be replaced by `git-archive` # with the abbreviated commit hash