Skip to content

Commit 23dbd77

Browse files
committed
Bump version & CHANGELOG
1 parent c929380 commit 23dbd77

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.2.0 (21/02/2019):
2+
Bugfix:
3+
- Fix NoMethodError Exception: undefined method `include?' for nil:NilClass in `JavascriptExceptionTracking` class. Thanks @yamanaltereh for this ([#141](https://github.com/MindscapeHQ/raygun4ruby/pull/141))
4+
- Fix ([#145](https://github.com/MindscapeHQ/raygun4ruby/issues/145)), "raygun4ruby will load pry if it is in the gem bundle". Thanks to @eoinkelly for reporting this
5+
6+
Feature:
7+
- If you have recorded a large number of Breadcrumbs, or just very large ones, Raygun4Ruby will now only send up to 100KB of them instead of all of them, potentially going over the 128KB payload limit Raygun accepts ([#147](https://github.com/MindscapeHQ/raygun4ruby/pull/147))
8+
19
## 3.1.1 (16/01/2019):
210
Bugfix:
311
- Don't attempt to modify response unless JS api key is present
@@ -6,7 +14,7 @@ Bugfix:
614

715
## 3.1.0 (15/01/2019):
816

9-
Feature:
17+
Feature:
1018
- Ability to automatically configure Raygun4JS on the client side by injecting it into outbound HTML pages. Thanks @MikeRogers0 for this ([#138](https://github.com/MindscapeHQ/raygun4ruby/pull/138))
1119

1220
## 3.0.0 (18/12/2018):

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.1"
2+
VERSION = "3.2.0"
33
end

0 commit comments

Comments
 (0)