From 7437ec06df034e80fb2962ae64127b4d6c1ae583 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Fri, 20 Jan 2023 10:20:04 +0100 Subject: [PATCH] doc(CHANGELOG.md.md) update to version 3.0.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83cebbd3..e6de815f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [3.0.2] 2023-01-20; + ### Added - Add support for resolving primitive values (e.g. int, string, bool etc...) using `Container::when()`, `Container::needs()` and `Container::give()` (thanks @defunctl). @@ -410,4 +412,5 @@ org/psr/psr-11/) [3.0.0]: https://github.com/lucatume/di52/compare/2.1.5...3.0.0 [3.0.1]: https://github.com/lucatume/di52/compare/3.0.0...3.0.1 [3.0.1]: https://github.com/lucatume/di52/compare/3.0.1...3.0.1 -[unreleased]: https://github.com/lucatume/di52/compare/3.0.1...HEAD +[3.0.2]: https://github.com/lucatume/di52/compare/3.0.1...3.0.2 +[unreleased]: https://github.com/lucatume/di52/compare/3.0.2...HEAD