From 7ccd05f1d401cea7e2e6e8154ca3475fdebd24d5 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Tue, 24 Aug 2021 23:20:42 +0300 Subject: [PATCH] Prepare next release --- CHANGES.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4ae9dfc..f61fa7b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ Poodinis Changelog ================== +**Version 8.1.1** +* FIX issues where chained registration scopes get rid of initializedBy's and initializedOnceBy's factory method, reverting it to a default instance factory. + **Version 8.1.0** * ADD ability to provide custom instance creator when registering a dependency (PR #28) * ADD post-instance-consruction callback (PR #28) diff --git a/README.md b/README.md index cfb17be..d9ae5af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 8.1.0 +Version 8.1.1 Copyright 2014-2021 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)