We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2a072 commit af69e79Copy full SHA for af69e79
CHANGELOG.md
@@ -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
5
## 0.9.4 (2011-07-03)
6
7
* Refactoring: Extracted the WSDL parser out into the [wasabi](http://rubygems.org/gems/wasabi) gem.
lib/savon/version.rb
@@ -1,5 +1,5 @@
module Savon
- Version = "0.9.4"
+ Version = "0.9.5"
end
0 commit comments