From 5987dafe1f7a39805955b849b123db8903cfcf76 Mon Sep 17 00:00:00 2001 From: Brian Weaver <87093053+namespacebrian@users.noreply.github.com> Date: Tue, 7 Oct 2025 14:51:15 -0400 Subject: [PATCH] Back to dev Update version to 4.1.1-dev and add new changelog section for future changes. --- CHANGELOG.md | 6 ++++++ config/constants.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index badd5c956..7ae34aeb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org) +## 4.1.1-dev + +### Added + +### Fixed + ## 4.1.0 - 2025-09-29 ### Added diff --git a/config/constants.yml b/config/constants.yml index aac942b68..6b676dc17 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -7,7 +7,7 @@ --- # App -TERMINUS_VERSION: '4.1.0' +TERMINUS_VERSION: '4.1.1-dev' # Connectivity TERMINUS_HOST: 'terminus.pantheon.io'