From 2ad290de6143a26bfbc61ee0eb0dce10edf09dd6 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Fri, 17 Mar 2023 09:40:53 +0100 Subject: [PATCH] doc(CHANGELOG.md.md) update to version 3.3.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea76b94..955dac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [3.3.1] 2023-03-17; + ### Fixed - Allow bound interfaces to properly resolve their concrete class when the concrete class has contextual bindings (thanks @defunctl). e.g. the following will now work properly: @@ -490,4 +492,5 @@ org/psr/psr-11/) [3.2.0]: https://github.com/lucatume/di52/compare/3.1.1...3.2.0 [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 -[unreleased]: https://github.com/lucatume/di52/compare/3.3.0...HEAD +[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