Skip to content

Commit 81819ef

Browse files
committed
1.4.0 readiness
- Removes empty 1.3.2 version stub from CHANGELOG. - Sets date for 1.4.0 release in CHANGELOG. - Updates branch aliases: - dev-master => 1.4.x-dev - dev-develop => 1.5.x-dev Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent c1994e6 commit 81819ef

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

Diff for: CHANGELOG.md

+1-23
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.4.0 - TBD
5+
## 1.4.0 - 2020-06-17
66

77
### Added
88

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

2525
- Nothing.
2626

27-
## 1.3.2 - TBD
28-
29-
### Added
30-
31-
- Nothing.
32-
33-
### Changed
34-
35-
- Nothing.
36-
37-
### Deprecated
38-
39-
- Nothing.
40-
41-
### Removed
42-
43-
- Nothing.
44-
45-
### Fixed
46-
47-
- Nothing.
48-
4927
## 1.3.1 - 2019-06-24
5028

5129
### Added

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"extra": {
2525
"branch-alias": {
26-
"dev-master": "1.3.x-dev",
27-
"dev-develop": "1.4.x-dev"
26+
"dev-master": "1.4.x-dev",
27+
"dev-develop": "1.5.x-dev"
2828
},
2929
"laminas": {
3030
"config-provider": "Mezzio\\Session\\Cache\\ConfigProvider"

0 commit comments

Comments
 (0)