From ba03180f3b4844aea9c2f475978a8b231aef21a5 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Thu, 7 Mar 2024 14:22:09 +0100 Subject: [PATCH] prepare release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 096ee0c..24575c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ 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). +## [1.16.1] - 2024-03-07 + +- Adjust phpdoc to avoid warnings about return types. + ## [1.16.0] - 2023-05-17 - Remove direct dependency on `php-http/message-factory` as it is only needed for the deprecated Httplug factories.