Skip to content

Commit e82df42

Browse files
committed
version 0.1.2
1 parent 6492fde commit e82df42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 0.1.1 - 2013-01-16
28

39
* Loosen httparty version requirement (@bmaland)

lib/persistent_httparty/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PersistentHttparty
2-
VERSION = "0.1.1"
2+
VERSION = "0.1.2"
33
end

0 commit comments

Comments
 (0)