diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc892e..a6da514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.1 (25/02/2019): +Bugfix: + - Remove Ruby 2.3 syntax to retain support for Ruby >= 2.0 ([#148](https://github.com/MindscapeHQ/raygun4ruby/pull/148)) + ## 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)) diff --git a/lib/raygun/version.rb b/lib/raygun/version.rb index cf5de7c..c50c55f 100644 --- a/lib/raygun/version.rb +++ b/lib/raygun/version.rb @@ -1,3 +1,3 @@ module Raygun - VERSION = "3.2.0" + VERSION = "3.2.1" end