From d6b9c62dcdaca9234c782c51b174acc836f7c9db Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 30 Jan 2019 10:52:04 -0600 Subject: [PATCH] release: 2.10.0 readiness - Updates branch aliases: - dev-master => 2.10.x-dev - dev-develop => 2.11.x-dev - Updates CHANGELOG - removes empty stub for 2.9.2 - sets date for 2.10.0 --- CHANGELOG.md | 24 +----------------------- composer.json | 4 ++-- composer.lock | 2 +- 3 files changed, 4 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd34598c..4534b71a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.10.0 - TBD +## 2.10.0 - 2019-01-30 ### Added @@ -35,28 +35,6 @@ All notable changes to this project will be documented in this file, in reverse - Nothing. -## 2.9.2 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - ## 2.9.1 - 2019-01-07 ### Added diff --git a/composer.json b/composer.json index d895fafd..d4825e7d 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ }, "extra": { "branch-alias": { - "dev-master": "2.9.x-dev", - "dev-develop": "2.10.x-dev" + "dev-master": "2.10.x-dev", + "dev-develop": "2.11.x-dev" }, "zf": { "component": "Zend\\InputFilter", diff --git a/composer.lock b/composer.lock index 001e4d10..990d3352 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b7ceabdec2f140507b9c15f618abc0d9", + "content-hash": "e21de7a4adcf1b5fdb80477fd117b56b", "packages": [ { "name": "container-interop/container-interop",