From ab5c3cbd0a87042ac37e00c5c41a41c7d6c71fb2 Mon Sep 17 00:00:00 2001 From: Taylor Lodge Date: Wed, 25 Oct 2017 09:31:07 +1300 Subject: [PATCH] Bump version & changelog --- CHANGELOG.md | 5 +++++ lib/raygun/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72bccde..10487d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.6.0 (25/10/2017) + +Features + - Enhanced debug logging to assist in resolving issues from support requests ([#128](https://github.com/MindscapeHQ/raygun4ruby/pull/128)) + ## 2.5.0 (04/10/2017) Features diff --git a/lib/raygun/version.rb b/lib/raygun/version.rb index 418787e..bf64235 100644 --- a/lib/raygun/version.rb +++ b/lib/raygun/version.rb @@ -1,3 +1,3 @@ module Raygun - VERSION = "2.5.0" + VERSION = "2.6.0" end