Skip to content

Commit 89763c4

Browse files
authored
Upgrading to version 2.4.1 (#2087)
1 parent 61d6a26 commit 89763c4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
33

4-
## Master
5-
4+
## 2.4.1 - 2020-09-02
65
### Changed
76
- The `DrushRCEditor` class has been renamed to `DrushRcClass`. (#2083)
7+
- Upstreams can be ID'd by `label`s, `product_id`s and `machine_name`s in addition to `id`s. (#2086)
88

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

1213
## 2.4.0 - 2020-06-19
1314
### Added

config/constants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---
88

99
# App
10-
TERMINUS_VERSION: '2.4.1-dev'
10+
TERMINUS_VERSION: '2.4.1'
1111

1212
# Connectivity
1313
TERMINUS_HOST: 'terminus.pantheon.io'

0 commit comments

Comments
 (0)