Skip to content

Commit dcc1c31

Browse files
committed
Bump version & CHANGELOG
1 parent 37f0973 commit dcc1c31

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.1.1 (16/01/2019):
2+
Bugfix:
3+
- Don't attempt to modify response unless JS api key is present
4+
- Don't attempt to modify response unless it responds to indexing ([])
5+
- See PR ([#140](https://github.com/MindscapeHQ/raygun4ruby/pull/140))
6+
17
## 3.1.0 (15/01/2019):
28

39
Feature:

lib/raygun/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Raygun
2-
VERSION = "3.1.0"
2+
VERSION = "3.1.1"
33
end

0 commit comments

Comments
 (0)