Skip to content

Commit af69e79

Browse files
committed
preparing v0.9.5
1 parent 4b2a072 commit af69e79

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.5 (2011-07-03)
2+
3+
* Refactoring: Extracted WSSE authentication out into the [akami](http://rubygems.org/gems/akami) gem.
4+
15
## 0.9.4 (2011-07-03)
26

37
* Refactoring: Extracted the WSDL parser out into the [wasabi](http://rubygems.org/gems/wasabi) gem.

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.9.4"
3+
Version = "0.9.5"
44

55
end

0 commit comments

Comments
 (0)