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

Commit b63c788

Browse files
committedJul 5, 2018
Merge branch 'release/2.10.0'
2 parents b89592a + 558f9d1 commit b63c788

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed
 

‎CHANGELOG.md

+1-19
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.10.0 - TBD
5+
## 2.10.0 - 2018-07-05
66

77
### Added
88

@@ -22,24 +22,6 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
- [#51](https://github.com/zendframework/zend-ldap/issues/51) Use ldap_escape to escape values instead of own function - Thanks to @KaelBaldwin
2424

25-
## 2.9.1 - TBD
26-
27-
### Added
28-
29-
- Nothing.
30-
31-
### Deprecated
32-
33-
- Nothing.
34-
35-
### Removed
36-
37-
- Nothing.
38-
39-
### Fixed
40-
41-
- Nothing.
42-
4325
## 2.9.0 - 2018-04-25
4426

4527
### Added

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
},
4646
"extra": {
4747
"branch-alias": {
48-
"dev-master": "2.9.x-dev",
49-
"dev-develop": "2.10.x-dev"
48+
"dev-master": "2.10.x-dev",
49+
"dev-develop": "2.11.x-dev"
5050
}
5151
},
5252
"scripts": {

0 commit comments

Comments
 (0)
This repository has been archived.