diff --git a/CHANGES.md b/CHANGES.md index be35f71..c769c1a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ Poodinis Changelog ================== -**Next Version** +**Version 3.0.0** +This version is only compatible with DMD 2.068.0 or higher! * ADD UDA which always resolved a new instance to an autowired member, regardless of registration scope. **Version 2.2.0** diff --git a/README.md b/README.md index 462d682..22a1b89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 2.2.0 +Version 3.0.0 Copyright 2014-2015 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)