diff --git a/CHANGES.md b/CHANGES.md index 4f1f9f4..05bffdd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ Poodinis Changelog ================== +**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) + **Version 8.0.3** * FIX struct types being injected into constructors (Fixes issue #25) diff --git a/README.md b/README.md index 7728355..df2c9c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 8.0.3 +Version 8.1.0-beta Copyright 2014-2020 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)