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

Commit 4c406f8

Browse files
committed
1.2.0 readiness
- 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
1 parent 77fc1c5 commit 4c406f8

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

CHANGELOG.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,12 @@
22

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

5-
## 1.2.0 - TBD
5+
## 1.2.0 - 2019-12-27
66

77
### Added
88

99
- [#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`).
1010

11-
### Changed
12-
13-
- Nothing.
14-
15-
### Deprecated
16-
17-
- Nothing.
18-
19-
### Removed
20-
21-
- Nothing.
22-
23-
### Fixed
24-
25-
- Nothing.
26-
27-
## 1.1.2 - TBD
28-
29-
### Added
30-
3111
- [#21](https://github.com/zendframework/zend-config-aggregator/pull/21) adds support for PHP 7.3.
3212

3313
### Changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
},
4747
"extra": {
4848
"branch-alias": {
49-
"dev-master": "1.1.x-dev",
50-
"dev-develop": "1.2.x-dev"
49+
"dev-master": "1.2.x-dev",
50+
"dev-develop": "1.3.x-dev"
5151
}
5252
},
5353
"scripts": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)