diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d6f8e4..0c7867ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # ChangeLog +- 2.3.2 2017/03/10 + - Update minSdkVersion to API level 9 [#286](https://github.com/hotchemi/PermissionsDispatcher/pull/286). + - Add new compile-time check [#284](https://github.com/hotchemi/PermissionsDispatcher/pull/284). + - Fix the problem with receiver of startActivityForResult [#280](https://github.com/hotchemi/PermissionsDispatcher/pull/280) + - Support nested annotated class [#263](https://github.com/hotchemi/PermissionsDispatcher/pull/263) - 2.3.1 2016/12/26 - Fix a bug related to Xiaomi. [#240](https://github.com/hotchemi/PermissionsDispatcher/issues/240). - Address [#244](https://github.com/hotchemi/PermissionsDispatcher/issues/244) just in case. diff --git a/gradle.properties b/gradle.properties index 557ee214..e25b60dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ USER = hotchemi GROUP_ID = com.github.hotchemi ARTIFACT_ID_LIBRARY = permissionsdispatcher ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor -VERSION = 2.3.1-SNAPSHOT +VERSION = 2.3.2 DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher. WEBSITE = https://github.com/hotchemi/PermissionsDispatcher LICENCES = ['Apache-2.0']