diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5d19d7..974814df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## Release version 2.1.0 (Feb 4th, 2019) + +* Add Toothpick.isScopeOpen method to check whether a scope is already open. Thx to terrakok for this. + ## Release version 2.0.0 (Feb 1st, 2019) * support incremental annotation processing. All processors are now incremental and isolating. diff --git a/gradle.properties b/gradle.properties index c74b42f2..7c73d447 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.stephanenicolas.toothpick -VERSION_NAME=2.0.1-SNAPSHOT +VERSION_NAME=2.1.0 POM_PACKAGING=JAR POM_DESCRIPTION=DI.