Skip to content

Commit

Permalink
Merge pull request #1741 from pantheon-systems/update/1.4.1
Browse files Browse the repository at this point in the history
Updated to version 1.4.1
  • Loading branch information
Ronan Dowling authored Jul 17, 2017
2 parents 95fd5f8 + b8bef26 commit 042e45a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion config/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
---

# App
TERMINUS_VERSION: '1.4.1-dev'
TERMINUS_VERSION: '1.4.1'

# Connectivity
TERMINUS_HOST: 'terminus.pantheon.io'
Expand Down

0 comments on commit 042e45a

Please sign in to comment.