diff --git a/CHANGES.md b/CHANGES.md index 09bec5e..480752e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ Poodinis Changelog ================== +**Version 8.1.0-beta.6** +* FIX multiple template arguments not allowed on constructor argument injection (PR #37) + **Version 8.1.0-beta.5** * FIX initializedBy not creating objects when registering by interface (PR #34) diff --git a/README.md b/README.md index 0356338..507e2a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 8.1.0-beta.5 +Version 8.1.0-beta.6 Copyright 2014-2021 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)