diff --git a/CHANGES.md b/CHANGES.md index a768c87..4f1f9f4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ Poodinis Changelog ================== +**Version 8.0.3** +* FIX struct types being injected into constructors (Fixes issue #25) + **Version 8.0.2** * FIX resolving types which use template types with circular type arguments (Thanks to aruthane for fixing this.) diff --git a/README.md b/README.md index f03b75b..a0ce403 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 8.0.2 +Version 8.0.3 Copyright 2014-2018 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)