We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f0973 commit dcc1c31Copy full SHA for dcc1c31
CHANGELOG.md
@@ -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
+
7
## 3.1.0 (15/01/2019):
8
9
Feature:
lib/raygun/version.rb
@@ -1,3 +1,3 @@
module Raygun
- VERSION = "3.1.0"
+ VERSION = "3.1.1"
end
0 commit comments