Skip to content

Commit 1ddae4b

Browse files
Update to version 0.2.2
1 parent c1caf2d commit 1ddae4b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# EasyAPI 0.2.2 (August 15, 2014) #
2+
3+
* Reintroduce default formatting options when rendering xml
4+
15
# EasyAPI 0.2.1 (July 30, 2014) #
26

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

1620
* Genericize error messages
17-
* Add support for Ruby 1.8.7
21+
* Add support for Ruby 1.8.7

lib/easy/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Easy
22
module Api
3-
VERSION = "0.2.1"
3+
VERSION = "0.2.2"
44
end
55
end

0 commit comments

Comments
 (0)