From 9a8c892688bca81ccc579c5df4e2e7a58f07cf4e Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Tue, 24 Jan 2023 08:46:44 +0100 Subject: [PATCH] doc(CHANGELOG.md.md) update to version 3.0.3 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a8d294..179dd528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [3.0.3] 2023-01-24; + ### Added - The container now registers Service Providers using its own `Container::get()` method, instead of the `new` keyword. This allows Service Providers to utilize dependency injection. (thanks @defunctl). - Additional contextual binding examples for primitives + service provider documentation in the README. @@ -417,4 +419,5 @@ org/psr/psr-11/) [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 [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 +[3.0.3]: https://github.com/lucatume/di52/compare/3.0.2...3.0.3 +[unreleased]: https://github.com/lucatume/di52/compare/3.0.3...HEAD