Skip to content

Commit

Permalink
Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarratt committed Mar 11, 2015
1 parent e7ad03b commit ed8732b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.3 (2015-03-10)

# Feature: [#52](https://github.com/savonrb/gyoku/pull/52) Adds an :unwrap option that allows an array of hashes to be unwrapped into a single array xml node, rather than one per hash.

## 1.2.2 (2014-09-22)

* Fixed a bug introduced by making Gyoku threadsafe. Who knew that `$1` and the block variable that `#gsub` provides are not the same?
Expand Down
2 changes: 1 addition & 1 deletion lib/gyoku/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gyoku
VERSION = '1.2.2'
VERSION = '1.2.3'
end

0 comments on commit ed8732b

Please sign in to comment.