From 470735c7a9d4fb70faac4fa3bc7d227251afef58 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 26 Dec 2016 18:38:36 +0100 Subject: [PATCH] Prepare version 8.0.0 release --- CHANGES.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8e56a53..caa7293 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ Poodinis Changelog ================== -**Version NEXT** +**Version 8.0.0** * ADD value injection. Members with UDA @Value will be attempted to be injected with a value-type. See tutorial and examples for more info. * ADD @PostConstruct UDA for marking methods which should be called after a dependency is resolved and autowired. * ADD @PreDestroy UDA for marking methods which should be called when the container loses a dependency's registration. It is called when diff --git a/README.md b/README.md index 66774a7..aba16bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 7.0.1 +Version 8.0.0 Copyright 2014-2016 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)