diff --git a/CHANGELOG.md b/CHANGELOG.md index 46552d77..8a1d824a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.1.0 (2016-05-13) + +### Enhancements + +* Add configuration option `enableBugsnag` allowing you to completely disable Bugsnag in certain situations + | [Tim Mellor](https://github.com/tmelz) + | [#21](https://github.com/bugsnag/bugsnag-android-gradle-plugin/pull/21) + ## 2.0.2 (2016-03-16) * Depend on Android Gradle plugin 1.5 to avoid lint warnings diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 482fb222..0344c25c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ If you are a project maintainer, you can build and release a new version of - Update the `CHANGELOG` and `README.md` with any new features -- Update the version number in `build.gradle` +- Update the version number in `gradle.properties` - Commit and tag the release diff --git a/gradle.properties b/gradle.properties index 8eeea879..e2433d73 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group = com.bugsnag -version = 2.0.2 +version = 2.1.0