From 4b9d328fc8f3989401a3df60ae0e068ea39fd4e5 Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Wed, 27 Jun 2018 20:09:53 +0530 Subject: [PATCH] Prep for 2.2.6 release --- History.md | 12 ++++++++++++ lib/segment/analytics/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 2c38a4b..c7d3e91 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,15 @@ +2.2.6.pre / 2018-06-27 +================== + + * [Fix](https://github.com/segmentio/analytics-ruby/pull/168): Revert 'reuse + TCP connections' to fix EMFILE errors + * [Fix](https://github.com/segmentio/analytics-ruby/pull/166): Fix oj/rails + conflict + * [Fix](https://github.com/segmentio/analytics-ruby/pull/162): Add missing + 'Forwardable' requirement + * [Improvement](https://github.com/segmentio/analytics-ruby/pull/163): Better + logging + 2.2.5 / 2018-05-01 ================== diff --git a/lib/segment/analytics/version.rb b/lib/segment/analytics/version.rb index 258a714..7d4028f 100644 --- a/lib/segment/analytics/version.rb +++ b/lib/segment/analytics/version.rb @@ -1,5 +1,5 @@ module Segment class Analytics - VERSION = '2.2.5' + VERSION = '2.2.6.pre' end end