Skip to content

Commit ad0116b

Browse files
author
Ryan Marks
authored
Release 3.0.5 (#2330)
1 parent ec9fb98 commit ad0116b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
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-
## 3.0.5-dev
4+
## 3.0.5 - 2022-02-08
5+
6+
### Added
7+
- Added the `--element` usage for `backup:create` (#2317)
8+
- Add GitHub Pull Request Template and move Issue Template (#2325)
9+
10+
### Changed
11+
- Replace git:// urls with https:// urls (#2319)
12+
13+
### Fixed
14+
- Fix bug where `site:list` was unable to properly filter by tags when part of site team (#2316)
15+
- Fix bug where `--simulate` option was being ignored (#2321)
516
- Fix bug where `site:delete` command always fails (#2324)
17+
- Fix bug where `self:update` reports it only works with the phar version of Terminus (#2328)
618

719
## 3.0.4 - 2022-01-18
820

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: '3.0.5-dev'
10+
TERMINUS_VERSION: '3.0.5'
1111

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

0 commit comments

Comments
 (0)