We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82c771 commit 07c3387Copy full SHA for 07c3387
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.4.2 (April 25th, 2016)
2
+
3
+Misc:
4
5
+- Deprecated some legacy methods (@andreibondarev, #374)
6
7
## 1.4.1 (April 21st, 2016)
8
9
Bugfixes:
lib/split/version.rb
@@ -2,6 +2,6 @@
module Split
MAJOR = 1
MINOR = 4
- PATCH = 1
+ PATCH = 2
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments