Skip to content

Commit

Permalink
Prepre for 4.5.0 (#631)
Browse files Browse the repository at this point in the history
* Prepare for 4.5.0.
  • Loading branch information
hotchemi committed Jun 30, 2019
1 parent 37b3257 commit 0b0c94b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# ChangeLog

- 4.5.0 2019/07/01
- Improve: Incremental annotation processing for Kotlin [#626](https://github.com/permissions-dispatcher/PermissionsDispatcher/pull/626)
- Fix: lint CallNeedsPermission on same named function [#602](https://github.com/permissions-dispatcher/PermissionsDispatcher/issues/602)
- Fix: java-kotlin conversion issue [#603](https://github.com/permissions-dispatcher/PermissionsDispatcher/issues/603) [#620](https://github.com/permissions-dispatcher/PermissionsDispatcher/issues/620)
- Fix: Remove redundant BuildConfig file [#607](https://github.com/permissions-dispatcher/PermissionsDispatcher/pull/607)
- 4.3.1 2019/04/08
- Add: Add support for internal classes [#574](https://github.com/permissions-dispatcher/PermissionsDispatcher/pull/606)
- 4.3.0 2018/12/31
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -4,7 +4,7 @@ GROUP_ID = org.permissionsdispatcher
ARTIFACT_ID_LIBRARY = permissionsdispatcher
ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor
ARTIFACT_ID_ANNOTATION = permissionsdispatcher-annotation
VERSION = 4.4.0-SNAPSHOT
VERSION = 4.5.0
REPO = org.permissionsdispatcher
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
WEBSITE = https://github.com/permissions-dispatcher/PermissionsDispatcher
Expand Down

0 comments on commit 0b0c94b

Please sign in to comment.