Skip to content

Commit

Permalink
Release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Oct 11, 2017
1 parent b78baec commit 1f80b65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.1.1 (2017-10-11)

### Bug Fixes

* Allow overriding the context set by the servlet callback
[#63](https://github.com/bugsnag/bugsnag-java/pull/63)

## 3.1.0 (2017-90-22)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.1.0
version=3.1.1
group=com.bugsnag

# Default properties
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bugsnag/Notifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Notifier {
private static final String NOTIFIER_NAME = "Bugsnag Java";
private static final String NOTIFIER_VERSION = "3.1.0";
private static final String NOTIFIER_VERSION = "3.1.1";
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";

@Expose
Expand Down

0 comments on commit 1f80b65

Please sign in to comment.