diff --git a/CHANGES.md b/CHANGES.md index 6677926..1dc72b9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ Poodinis Changelog ================== -**Version NEXT** +**Version 6.2.0** * ADD ability to mark autowire dependencies as optional. When you use UDA @OptionalDependency, a type which fails to autowire will remain null (or an empty array). No ResolveException is thrown. diff --git a/README.md b/README.md index 8d92ba0..db6f9c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 6.1.0+ +Version 6.2.0 Copyright 2014-2016 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)