diff --git a/CHANGES.md b/CHANGES.md index 70d7f63..80b6929 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ Poodinis Changelog ================== +**Version 1.0.0** +This version introduces changes which are incompatible with previous versions + **Version 0.3.1** * FIX issue where autowiring members which are declared by interface or supertype would get autowired incorrectly. diff --git a/README.md b/README.md index 82eb2a0..ad07e24 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 0.3.1 +Version 1.0.0 Copyright 2014-2015 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)