diff --git a/CHANGELOG.mkd b/CHANGELOG.mkd index 2bbc68b3a..c67c7ffe6 100644 --- a/CHANGELOG.mkd +++ b/CHANGELOG.mkd @@ -1,6 +1,9 @@ # OpenXC Android Library Changelog -## v6.1.6-dev +## v6.1.6 + +* Fix: Add exported=True option to VehicleService so it is accessible from + external apps (thanks @arunganesan). ## v6.1.5 diff --git a/README.mkd b/README.mkd index 1a43bee5e..cc18187fb 100644 --- a/README.mkd +++ b/README.mkd @@ -42,9 +42,8 @@ The project requires Android Studio and is configured to build with Gradle. ## Releasing the App and Library -* Bump the major, minor or patch version in `build.gradle`. * Update `CHANGELOG.mkd`. -* UPdate `enabler/src/main/play/en-US/whatsnew` +* Update `enabler/src/main/play/en-US/whatsnew` * Merge into `master`, run `fab release` which will tag and push to GitHub. * Travis CI will take care of the rest. * Check out `next`, bump the version in `build.grade` to the next release. diff --git a/enabler/src/main/play/en-US/whatsnew b/enabler/src/main/play/en-US/whatsnew index 659c434d4..71f844d9d 100644 --- a/enabler/src/main/play/en-US/whatsnew +++ b/enabler/src/main/play/en-US/whatsnew @@ -1,2 +1 @@ -* Minor performance improvement when notifying message listeners. -* Built against new Android Studio-compatible version of the OpenXC library. +* Properly export VehicleService for use by external apps.