Skip to content

Commit

Permalink
releasing 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed Apr 13, 2021
1 parent dc41e01 commit d71b151
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.1

* Upgrade `trailblazer-option` to `0.1.1` which supports passing an empty `keyword_arguments`.

# 3.1.0
* Remove circular require
* Use Dry-types 1.0.0+ as coercion library
Expand Down
2 changes: 1 addition & 1 deletion lib/representable/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Representable
VERSION = "3.1.0"
VERSION = "3.1.1"
end

0 comments on commit d71b151

Please sign in to comment.