From fb0dbce7355cad4f4f6a225f537c34d013571f29 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 1 Feb 2021 09:54:58 +0100 Subject: [PATCH] prepare release --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc009a..b36da2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.11.0] - 2020-02-01 - Migrated from `zendframework/zend-diactoros` to `laminas/laminas-diactoros`. Users are encouraged to update their dependencies by simply replacing the Zend package with the Laminas package. @@ -17,8 +17,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. the respective classes are available via autoloading, but continue to return objects from `Zend\Diactoros\` namespace otherwise. -## [1.11.0] - unreleased - - Allow to specify the hashing algorithm for WSSE authentication. ## [1.10.0] - 2020-11-11