diff --git a/CHANGES.md b/CHANGES.md index 1e6fb0c..f1cdd74 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ Poodinis Changelog ================== +**Version 0.1.2** +* ADD workaround for failing to autowire types registered by supertype or interface + **Version 0.1.1** * FIX: Also auto-wire members from base classes diff --git a/README.md b/README.md index 4b8c819..db96b6d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 0.1.1 +Version 0.1.2 Copyright 2014 Mike bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)