From 350713c99a94c0067c78405f6ca086c51680e1c6 Mon Sep 17 00:00:00 2001 From: Sara McCutcheon Date: Thu, 26 Sep 2019 15:30:31 -0700 Subject: [PATCH] Updated version to 2.2.0 (#2014) --- CHANGELOG.md | 2 +- config/constants.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b845b9a83..87dba1376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 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.2.0 - 2019-09-26 ### Added - Added `primary` field to the output of `domain:list`. (#2011) - Added `domain:primary:add` command to set a domain as primary, causing traffic to redirect to it. (#2011) diff --git a/config/constants.yml b/config/constants.yml index 891d8461e..3bcbde8a2 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -7,7 +7,7 @@ --- # App -TERMINUS_VERSION: '2.1.1-dev' +TERMINUS_VERSION: '2.2.0' # Connectivity TERMINUS_HOST: 'terminus.pantheon.io'