From a063c9a18819b00a25883aca65b1d09697d8abf0 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Fri, 7 Apr 2023 14:38:10 +0200 Subject: [PATCH] doc(CHANGELOG.md.md) update to version 3.3.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8cfdfd..35df7e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [3.3.2] 2023-04-07; + ### Fixed - Set the correct return type for the `Container::callback` function (thanks @estevao90). @@ -497,4 +499,5 @@ org/psr/psr-11/) [3.2.1]: https://github.com/lucatume/di52/compare/3.2.0...3.2.1 [3.3.0]: https://github.com/lucatume/di52/compare/3.2.1...3.3.0 [3.3.1]: https://github.com/lucatume/di52/compare/3.3.0...3.3.1 -[unreleased]: https://github.com/lucatume/di52/compare/3.3.1...HEAD +[3.3.2]: https://github.com/lucatume/di52/compare/3.3.1...3.3.2 +[unreleased]: https://github.com/lucatume/di52/compare/3.3.2...HEAD