Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
1.7.0 readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jan 4, 2018
2 parents 59c4677 + d923f9b commit ed6ce7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
22 changes: 1 addition & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.7.0 - TBD
## 1.7.0 - 2018-01-04

### Added

Expand All @@ -12,26 +12,6 @@ All notable changes to this project will be documented in this file, in reverse
`TextResponse`; the response generated will have a `Content-Type:
application/xml` header by default.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 1.6.2 - TBD

### Added

- [#280](https://github.com/zendframework/zend-diactoros/pull/280) adds the
response status code/phrase pairing "103 Early Hints" to the
`Response::$phrases` property. This is a new status proposed via
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.6-dev",
"dev-develop": "1.7-dev"
"dev-master": "1.7.x-dev",
"dev-develop": "1.8.x-dev"
}
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed6ce7e

Please sign in to comment.