Skip to content

Commit c7324f3

Browse files
committed
preparing v0.8.5
1 parent 2526703 commit c7324f3

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.8.5 (2011-01-28)
2+
3+
* Fix for [issue #146](https://github.com/rubiii/savon/issues/146) ([98655c](https://github.com/rubiii/savon/commit/98655c)).
4+
5+
* Fix for [issue #147](https://github.com/rubiii/savon/issues/147) ([252670](https://github.com/rubiii/savon/commit/252670)).
6+
17
## 0.8.4 (2011-01-26)
28

39
* Fix for issues [issue #130](https://github.com/rubiii/savon/issues/130) and [#134](https://github.com/rubiii/savon/issues/134)

lib/savon/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Savon
22

3-
Version = "0.8.4"
3+
Version = "0.8.5"
44

55
end

0 commit comments

Comments
 (0)