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

Commit 10dfc00

Browse files
committed
1.2.0 readiness
2 parents e1796e8 + 0ab0943 commit 10dfc00

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

CHANGELOG.md

Lines changed: 2 additions & 18 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-
## 1.2.0 - TBD
5+
## 1.2.0 - 2017-01-11
66

77
### Added
88

@@ -54,23 +54,7 @@ All notable changes to this project will be documented in this file, in reverse
5454
$ composer require zendframework/zend-filter zendframework/zend-i18n
5555
```
5656

57-
### Fixed
58-
59-
- Nothing.
60-
61-
## 1.1.1 - TBD
62-
63-
### Added
64-
65-
- Nothing.
66-
67-
### Deprecated
68-
69-
- Nothing.
70-
71-
### Removed
72-
73-
- Nothing.
57+
- This release removes support for PHP 5.5.
7458

7559
### Fixed
7660

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"extra": {
1515
"branch-alias": {
16-
"dev-master": "1.1-dev",
17-
"dev-develop": "1.2-dev"
16+
"dev-master": "1.2-dev",
17+
"dev-develop": "1.3-dev"
1818
}
1919
},
2020
"require": {

0 commit comments

Comments
 (0)