diff --git a/CHANGES.md b/CHANGES.md index 05bffdd..719242a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ Poodinis Changelog ================== +**Version 8.1.0-beta.2** +* FIX inheritance type template in custom instance creator (PR #29) + **Version 8.1.0-beta** * ADD ability to provide custom instance creator when registering a dependency (PR #28) * ADD post-instance-consruction callback (PR #28) diff --git a/README.md b/README.md index caed14f..3724302 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 8.1.0-beta +Version 8.1.0-beta.2 Copyright 2014-2020 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)