From a86c6d38bb932bb70995143ca47212af73fc79da Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Tue, 20 Jun 2023 08:50:28 +0200 Subject: [PATCH] doc(CHANGELOG.md.md) update to version 3.3.4 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3012a88..7fd7768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [3.3.4] 2023-06-20; + ### Added - Implement the `Container::__clone` method to clone the container accessory classes correctly upon cloning. @@ -516,4 +518,5 @@ org/psr/psr-11/) [3.3.1]: https://github.com/lucatume/di52/compare/3.3.0...3.3.1 [3.3.2]: https://github.com/lucatume/di52/compare/3.3.1...3.3.2 [3.3.3]: https://github.com/lucatume/di52/compare/3.3.2...3.3.3 -[unreleased]: https://github.com/lucatume/di52/compare/3.3.3...HEAD +[3.3.4]: https://github.com/lucatume/di52/compare/3.3.3...3.3.4 +[unreleased]: https://github.com/lucatume/di52/compare/3.3.4...HEAD