From 4b76dd6d4e879c627eec6f5581c8afcb4f171b18 Mon Sep 17 00:00:00 2001 From: Laminas Bot Date: Mon, 29 Mar 2021 16:09:16 +0000 Subject: [PATCH] 1.11.0 readiness Updates the CHANGELOG.md to set the release date. --- CHANGELOG.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8564390b..1ac9013d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,27 +2,31 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 1.11.0 - TBD +## 1.11.0 - 2021-03-29 -### Added -- Nothing. +----- -### Changed +### Release Notes for [1.11.0](https://github.com/laminas/automatic-releases/milestone/28) -- Nothing. +### Changed + +- This release modifies the action to both tag a pre-built container, as well as directly use that container within the action, in order to speed up the release process. -### Deprecated +### 1.11.0 -- Nothing. +- Total issues resolved: **0** +- Total pull requests resolved: **3** +- Total contributors: **3** -### Removed +#### Enhancement -- Nothing. + - [124: Modify action to build and consume container](https://github.com/laminas/automatic-releases/pull/124) thanks to @weierophinney + - [117: reduce semver version comparison complexity](https://github.com/laminas/automatic-releases/pull/117) thanks to @bendavies -### Fixed +#### Bug -- Nothing. + - [118: Fix mutation test flow for branches/tags](https://github.com/laminas/automatic-releases/pull/118) thanks to @lcobucci ## 1.10.0 - 2021-02-25