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

Commit eced1c5

Browse files
committed
Merge branch 'release/2.9.0'
2 parents 53d85a3 + 3b1b3de commit eced1c5

File tree

2 files changed

+6
-22
lines changed

2 files changed

+6
-22
lines changed

CHANGELOG.md

+4-20
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

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

5-
## 2.9.0 - TBD
5+
## 2.9.0 - 2018-04-25
66

77
### Added
88

99
- [#78](https://github.com/zendframework/zend-ldap/pull/78) Added support for PHP 7.2
10+
- [#60](https://github.com/zendframework/zend-ldap/pull/60) Adds tests for nightly PHP-builds
1011

1112
### Deprecated
1213

@@ -19,27 +20,10 @@ All notable changes to this project will be documented in this file, in reverse
1920

2021
### Fixed
2122

22-
- [#78](https://github.com/zendframework/zend-ldap/pull/78) Updated Location for docs.
23-
- [#78](https://github.com/zendframework/zend-ldap/pull/78) Updated PHPUnit.
24-
25-
## 2.8.1 - TBD
26-
27-
### Added
28-
29-
- [#60](https://github.com/zendframework/zend-ldap/pull/60) Adds tests for nightly PHP-builds
30-
31-
### Deprecated
32-
33-
- Nothing.
34-
35-
### Removed
36-
37-
- Nothing.
38-
39-
### Fixed
40-
4123
- [#71](https://github.com/zendframework/zend-ldap/pull/71) Removes composer-flag ```--ignore-platform-deps``` to fix Travis-CI build
4224
- [#77](https://github.com/zendframework/zend-ldap/pull/77) Fixes links to PR in CHANGELOG.md)
25+
- [#78](https://github.com/zendframework/zend-ldap/pull/78) Updated Location for docs.
26+
- [#78](https://github.com/zendframework/zend-ldap/pull/78) Updated PHPUnit.
4327

4428
## 2.8.0 - 2017-03-06
4529

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.8.x-dev",
49-
"dev-develop": "2.9.x-dev"
48+
"dev-master": "2.9.x-dev",
49+
"dev-develop": "2.10.x-dev"
5050
}
5151
},
5252
"scripts": {

0 commit comments

Comments
 (0)