From b8bef26bbc1b48a9aced93ddc371ec58895fc540 Mon Sep 17 00:00:00 2001 From: Ronan Dowling Date: Mon, 17 Jul 2017 13:58:27 -0500 Subject: [PATCH] Updated to version 1.4.1 --- CHANGELOG.md | 4 ++-- config/constants.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4d5f5e4..848309f5d 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 +## 1.4.1 - 2017-07-17 ### Fixed - Corrected the help text of `import:site`/`site:import` to call the params params rather than options. (#1718) - Pin the version of reflection-docblock to prevent syntax-checking problems with @usage tags. (#1740) @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. This projec - Added a Collection::filter(callable) function. (#1725) - Added a `frozen` column to the output of `org:site:list`. (#1726) -## 1.4.0 - 2014-06-07 +## 1.4.0 - 2017-06-07 ### Fixed - Removed the element option's erroneous "all" value from `backup:get`, changed its default to "files". (#1705) diff --git a/config/constants.yml b/config/constants.yml index 335639168..6479ee6cf 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -7,7 +7,7 @@ --- # App -TERMINUS_VERSION: '1.4.1-dev' +TERMINUS_VERSION: '1.4.1' # Connectivity TERMINUS_HOST: 'terminus.pantheon.io'