Skip to content

Commit

Permalink
3.0.3 - Hotfix PHP 7.4 regressions (#2293)
Browse files Browse the repository at this point in the history
* Set version to 3.0.3, update changelog

* Adjust changelog language
  • Loading branch information
namespacebrian authored Dec 18, 2021
1 parent acfa616 commit 3f96122
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## 3.0.3 - 2021-12-17

### Fixed
- Fix PHP 7.4 regressions and revert PHP 8.1 support. PHP 8.1 support will be restored in a future release (#2292)

## 3.0.2 - 2021-12-17

### 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: '3.0.3-dev'
TERMINUS_VERSION: '3.0.3'

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

0 comments on commit 3f96122

Please sign in to comment.