Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed May 14, 2016
1 parent 011ea56 commit 93abc35
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group = com.bugsnag
version = 2.0.2
version = 2.1.0

0 comments on commit 93abc35

Please sign in to comment.