Skip to content

Commit

Permalink
Update to version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josephleniston committed Aug 15, 2014
1 parent c1caf2d commit 1ddae4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# EasyAPI 0.2.2 (August 15, 2014) #

* Reintroduce default formatting options when rendering xml

# EasyAPI 0.2.1 (July 30, 2014) #

* Auto-load without the need for a require statement
Expand All @@ -14,4 +18,4 @@
# EasyAPI 0.1.2 (March 11, 2013) #

* Genericize error messages
* Add support for Ruby 1.8.7
* Add support for Ruby 1.8.7
2 changes: 1 addition & 1 deletion lib/easy/api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Easy
module Api
VERSION = "0.2.1"
VERSION = "0.2.2"
end
end

0 comments on commit 1ddae4b

Please sign in to comment.