Skip to content

Commit

Permalink
Release 3.0.5 (#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Marks authored Feb 8, 2022
1 parent ec9fb98 commit ad0116b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# 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.5-dev
## 3.0.5 - 2022-02-08

### Added
- Added the `--element` usage for `backup:create` (#2317)
- Add GitHub Pull Request Template and move Issue Template (#2325)

### Changed
- Replace git:// urls with https:// urls (#2319)

### Fixed
- Fix bug where `site:list` was unable to properly filter by tags when part of site team (#2316)
- Fix bug where `--simulate` option was being ignored (#2321)
- Fix bug where `site:delete` command always fails (#2324)
- Fix bug where `self:update` reports it only works with the phar version of Terminus (#2328)

## 3.0.4 - 2022-01-18

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.5-dev'
TERMINUS_VERSION: '3.0.5'

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

0 comments on commit ad0116b

Please sign in to comment.