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

Commit

Permalink
1.2.0 readiness
Browse files Browse the repository at this point in the history
- Updates branch aliases:
  - dev-master => 1.2.x-dev
  - dev-develop => 1.3.x-dev
- Updates CHANGELOG:
  - Combines 1.1.2 and 1.2.0 entries
  - Sets date for 1.2.0 release
  • Loading branch information
weierophinney committed Dec 27, 2019
1 parent 77fc1c5 commit 4c406f8
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,32 +2,12 @@

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

## 1.2.0 - TBD
## 1.2.0 - 2019-12-27

### Added

- [#23](https://github.com/zendframework/zend-config-aggregator/pull/23) adds the ability to specify the file mode for the generated cache file, when generating a cache file. The mode can be provided via the `Zend\ConfigAggregator\ConfigAggregator::CACHE_FILEMODE` configuration option. Modes should be expressed as octal values (e.g., `0600`).

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 1.1.2 - TBD

### Added

- [#21](https://github.com/zendframework/zend-config-aggregator/pull/21) adds support for PHP 7.3.

### Changed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev",
"dev-develop": "1.2.x-dev"
"dev-master": "1.2.x-dev",
"dev-develop": "1.3.x-dev"
}
},
"scripts": {
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 4c406f8

Please sign in to comment.