Skip to content

Commit

Permalink
Bump version to 3.2.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarratt committed Dec 9, 2013
1 parent d079227 commit ccb75e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# 3.2.2 (2013-12-09)

* Fix: [#32](https://github.com/savonrb/wasabi/issues/32) fixes a regression in operation names that was adversely affecting Savon: https://github.com/savonrb/savon/issues/520

# 3.2.1 (2013-12-05)

* Feature: Drops requirement for Nokogiri <= 1.6 for modern rubies. This was in place for ruby 1.8 but since support for that is going away, we shouldn't prevent users from using newer versions of Nokogiri.

## 3.2.0 (2013-07-26)

* Feature: [#20](https://github.com/savonrb/wasabi/issues/20) Limited support for listing an
Expand Down
2 changes: 1 addition & 1 deletion lib/wasabi/version.rb
@@ -1,3 +1,3 @@
module Wasabi
VERSION = "3.2.1"
VERSION = "3.2.2"
end

0 comments on commit ccb75e2

Please sign in to comment.