From 7d55d9b7e3273626d06152c569b06d7177317719 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sun, 10 Apr 2016 13:38:27 +0200 Subject: [PATCH] Prepare version 6.2.0 --- CHANGES.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)