Skip to content

Commit 99b2847

Browse files
committed
preparing v0.9.1
1 parent 1ffcd23 commit 99b2847

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.x.x (UPCOMING)
1+
## 0.9.1 (2011-04-06)
22

33
* Improvement: if you're only setting the local or remote address of your wsdl document, you can
44
now pass an (optional) String to `Savon::Client.new` to set `wsdl.document`.

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.0"
3+
Version = "0.9.1"
44

55
end

0 commit comments

Comments
 (0)