Skip to content

Commit

Permalink
2.12.0 readiness
Browse files Browse the repository at this point in the history
- Adds CHANGELOG entry for #33
- Sets release date in CHANGELOG for 2.12.0
- Updates branch-aliases:
  - dev-master => 2.12.x-dev
  - dev-develop => 2.13.x-dev

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Jun 23, 2020
1 parent 66d41de commit 48bd06f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

## 2.12.0 - TBD
## 2.12.0 - 2020-06-23

### Added

- Nothing.
- [#33](https://github.com/laminas/laminas-http/pull/33) adds a new header type, `Laminas\Http\Header\ContentSecurityPolicyReportOnly`, mapping to Content-Security-Policy-Report-Only headers, which can be used for experimenting with policies without impacting your application.

### Changed

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev",
"dev-develop": "2.12.x-dev"
"dev-master": "2.12.x-dev",
"dev-develop": "2.13.x-dev"
}
},
"require": {
Expand Down

0 comments on commit 48bd06f

Please sign in to comment.