Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Aug 30, 2017
1 parent 8db3a8f commit edf83e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 3.1.1 (August 30th, 2017)

Bugfixes:

- Bring back support for ruby 1.9.3 and greater (rubygems 2.0.0 or greater now required) (@patbl, #498)

Misc:

- Document testing with RSpec (@eliotsykes, #495)

## 3.1.0 (August 14th, 2017)

Features:
Expand Down
2 changes: 1 addition & 1 deletion lib/split/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
module Split
MAJOR = 3
MINOR = 1
PATCH = 0
PATCH = 1
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit edf83e9

Please sign in to comment.