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

Commit aa69381

Browse files
committed
release: 2.11.0 readiness
- set release date in CHANGELOG.md - update branch aliases - dev-master => 2.11.x-dev - dev-develop => 2.12.x-dev - remove empty stub in CHANGELOG.md
1 parent 9eff14e commit aa69381

File tree

3 files changed

+4
-26
lines changed

3 files changed

+4
-26
lines changed

CHANGELOG.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 2.11.0 - TBD
5+
## 2.11.0 - 2019-12-31
66

77
### Added
88

@@ -26,28 +26,6 @@ All notable changes to this project will be documented in this file, in reverse
2626

2727
- [#146](https://github.com/zendframework/zend-db/pull/146) fixes setting correct value for `lastInsertValue` pre-insert in `SequenceFeature`.
2828

29-
## 2.10.2 - TBD
30-
31-
### Added
32-
33-
- Nothing.
34-
35-
### Changed
36-
37-
- Nothing.
38-
39-
### Deprecated
40-
41-
- Nothing.
42-
43-
### Removed
44-
45-
- Nothing.
46-
47-
### Fixed
48-
49-
- Nothing.
50-
5129
## 2.10.1 - 2019-12-31
5230

5331
- Nothing.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
},
5151
"extra": {
5252
"branch-alias": {
53-
"dev-master": "2.10.x-dev",
54-
"dev-develop": "2.11.x-dev"
53+
"dev-master": "2.11.x-dev",
54+
"dev-develop": "2.12.x-dev"
5555
},
5656
"zf": {
5757
"component": "Zend\\Db",

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)