We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6492fde commit e82df42Copy full SHA for e82df42
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.1.2 - 2014-07-24
2
+
3
+* Restrict persistent_http version requirement as the current code doesn't work
4
+with version 2.0.0
5
+* Restrict httparty version requirement on older rubies
6
7
# 0.1.1 - 2013-01-16
8
9
* Loosen httparty version requirement (@bmaland)
lib/persistent_httparty/version.rb
@@ -1,3 +1,3 @@
module PersistentHttparty
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
end
0 commit comments