diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e547f..fa7c18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.5.0 (04/10/2017) + +Features + - Teach tags configuration how to handle a proc to allow dynamically settings tags ([#127](https://github.com/MindscapeHQ/raygun4ruby/pull/127)) + +Bugfixes + - Fix crash when recording breadcrumb with uninitialized store ([#126](https://github.com/MindscapeHQ/raygun4ruby/pull/126)) + - Make raw data handling more robus and fix in unicorn ([#125](https://github.com/MindscapeHQ/raygun4ruby/pull/125)) + - Backwards compatible affected_user_identifier_methods ([#120](https://github.com/MindscapeHQ/raygun4ruby/pull/120)) + ## 2.4.1 (29/08/2017) Bugfixes diff --git a/lib/raygun/version.rb b/lib/raygun/version.rb index ac55926..418787e 100644 --- a/lib/raygun/version.rb +++ b/lib/raygun/version.rb @@ -1,3 +1,3 @@ module Raygun - VERSION = "2.4.1" + VERSION = "2.5.0" end