diff --git a/CHANGELOG.md b/CHANGELOG.md index a65807c4b..3c17b5fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org) +## 3.3.6-dev + ## 3.3.5 - 2024-02-28 - Remove the concept of change_management in site:team:role commands [#2550](https://github.com/pantheon-systems/terminus/pull/2550) diff --git a/config/constants.yml b/config/constants.yml index 275058c6d..63d319261 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -7,7 +7,7 @@ --- # App -TERMINUS_VERSION: '3.3.5' +TERMINUS_VERSION: '3.3.6-dev' # Connectivity TERMINUS_HOST: 'terminus.pantheon.io'