diff --git a/CHANGELOG.md b/CHANGELOG.md index 077169e8e..a8a10bef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org) -## MASTER +## 2.6.1 - 2021-08-04 +### Fixed - Fix `backup:automatic:enable --keep-for` parameter not being respected (#2166) ## 2.6.0 - 2021-06-04 diff --git a/config/constants.yml b/config/constants.yml index 05d0ffff8..67f58e72e 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -7,7 +7,7 @@ --- # App -TERMINUS_VERSION: '2.6.1-dev' +TERMINUS_VERSION: '2.6.1' # Connectivity TERMINUS_HOST: 'terminus.pantheon.io'