Skip to content

Commit

Permalink
Prep for 2.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Jun 29, 2018
1 parent 244e1ad commit 4b9d328
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 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
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/segment/analytics/version.rb
@@ -1,5 +1,5 @@
module Segment
class Analytics
VERSION = '2.2.5'
VERSION = '2.2.6.pre'
end
end

0 comments on commit 4b9d328

Please sign in to comment.