From d8fac63968a2146f6ba952834b614597503548b8 Mon Sep 17 00:00:00 2001 From: Taylor Lodge Date: Mon, 19 Feb 2018 16:17:44 +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 10487d0..84d92c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.7.0 (19/02/2018) + +Features + - Add configuration option to control network timeouts when sending error reports, default value is 10 seconds ([#129](https://github.com/MindscapeHQ/raygun4ruby/pull/129)) + ## 2.6.0 (25/10/2017) Features diff --git a/lib/raygun/version.rb b/lib/raygun/version.rb index bf64235..53ad9a0 100644 --- a/lib/raygun/version.rb +++ b/lib/raygun/version.rb @@ -1,3 +1,3 @@ module Raygun - VERSION = "2.6.0" + VERSION = "2.7.0" end