Skip to content

Commit

Permalink
Upgrading to version 2.4.1 (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeslaDethray authored Sep 8, 2020
1 parent 61d6a26 commit 89763c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# 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.4.1 - 2020-09-02
### Changed
- The `DrushRCEditor` class has been renamed to `DrushRcClass`. (#2083)
- Upstreams can be ID'd by `label`s, `product_id`s and `machine_name`s in addition to `id`s. (#2086)

### Fixed
- The `DrushRCEditor` class no longer emits deprecation warnings. (#2083)
- `tag:add` now rejects empty tags. (#2085)

## 2.4.0 - 2020-06-19
### Added
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: '2.4.1-dev'
TERMINUS_VERSION: '2.4.1'

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

0 comments on commit 89763c4

Please sign in to comment.