Skip to content

Commit

Permalink
Prepare version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Jan 6, 2019
1 parent ee787eb commit 5e18b24
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Change Log

Version 0.7.0 *(In development)*
--------------------------------
Version 0.7.0 *(2019-01-06)*
----------------------------

- Fix Integration tests. [\#63](https://github.com/vanniktech/RxPermission/pull/63) ([vanniktech](https://github.com/vanniktech))
- Update some dependencies. [\#62](https://github.com/vanniktech/RxPermission/pull/62) ([vanniktech](https://github.com/vanniktech))
- Update dependencies. [\#59](https://github.com/vanniktech/RxPermission/pull/59) ([vanniktech](https://github.com/vanniktech))
- Remove sudo: false from travis config. [\#58](https://github.com/vanniktech/RxPermission/pull/58) ([vanniktech](https://github.com/vanniktech))
- Explicitly disable Jetifier. [\#57](https://github.com/vanniktech/RxPermission/pull/57) ([vanniktech](https://github.com/vanniktech))
- Migrate to AndroidX [\#56](https://github.com/vanniktech/RxPermission/pull/56) ([ParthPadg](https://github.com/ParthPadg))

Thanks to [ParthPadg](https://github.com/ParthPadg) for the AndroidX migration!

Version 0.6.0 *(2018-11-02)*
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This library wraps the Android Runtime Permissions with RxJava 2. It's based on
# Download

```groovy
compile 'com.vanniktech:rxpermission:0.6.0'
compile 'com.vanniktech:rxpermission:0.7.0'
compile 'com.vanniktech:rxpermission:0.7.0-SNAPSHOT'
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.vanniktech
VERSION_NAME=0.7.0-SNAPSHOT
VERSION_CODE=6
VERSION_NAME=0.7.0
VERSION_CODE=7

POM_DESCRIPTION=Reactive permissions for Android

Expand Down

0 comments on commit 5e18b24

Please sign in to comment.