Skip to content

Commit edf83e9

Browse files
committed
v3.1.1
1 parent 8db3a8f commit edf83e9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.1.1 (August 30th, 2017)
2+
3+
Bugfixes:
4+
5+
- Bring back support for ruby 1.9.3 and greater (rubygems 2.0.0 or greater now required) (@patbl, #498)
6+
7+
Misc:
8+
9+
- Document testing with RSpec (@eliotsykes, #495)
10+
111
## 3.1.0 (August 14th, 2017)
212

313
Features:

lib/split/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
module Split
33
MAJOR = 3
44
MINOR = 1
5-
PATCH = 0
5+
PATCH = 1
66
VERSION = [MAJOR, MINOR, PATCH].join('.')
77
end

0 commit comments

Comments
 (0)