Skip to content

Commit

Permalink
Bump verison
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarratt committed Apr 5, 2015
1 parent 37d6fc9 commit fb2db97
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.3.1 (2015-04-05)

* Feature: [#53](https://github.com/savonrb/gyoku/pull/53) Improved serialization of hashes nested in arrays. Thanks to @riburkes for this!

## 1.3.0 (2015-03-30)

* Formally drop support for ruby 1.8.7
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.3.0'
VERSION = '1.3.1'
end

0 comments on commit fb2db97

Please sign in to comment.