Skip to content

Commit

Permalink
Bump version & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
UberMouse committed Feb 20, 2019
1 parent c929380 commit 23dbd77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.2.0 (21/02/2019):
Bugfix:
- Fix NoMethodError Exception: undefined method `include?' for nil:NilClass in `JavascriptExceptionTracking` class. Thanks @yamanaltereh for this ([#141](https://github.com/MindscapeHQ/raygun4ruby/pull/141))
- 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

Feature:
- 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))

## 3.1.1 (16/01/2019):
Bugfix:
- Don't attempt to modify response unless JS api key is present
Expand All @@ -6,7 +14,7 @@ Bugfix:

## 3.1.0 (15/01/2019):

Feature:
Feature:
- 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))

## 3.0.0 (18/12/2018):
Expand Down
2 changes: 1 addition & 1 deletion lib/raygun/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Raygun
VERSION = "3.1.1"
VERSION = "3.2.0"
end

0 comments on commit 23dbd77

Please sign in to comment.