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

Commit

Permalink
2.7.0 preparation
Browse files Browse the repository at this point in the history
- Added 2.7.0 date in CHANGELOG
- Updated branch aliases:
  - dev-master => 2.7-dev
  - dev-develop => 2.8-dev
  • Loading branch information
weierophinney committed Apr 11, 2016
1 parent a896856 commit 51c9841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.

## 2.7.0 - TBD
## 2.7.0 - 2016-04-11

### Added

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "2.6-dev",
"dev-develop": "2.7-dev"
"dev-master": "2.7-dev",
"dev-develop": "2.8-dev"
},
"zf": {
"component": "Zend\\Mail",
Expand Down

0 comments on commit 51c9841

Please sign in to comment.