Skip to content

Commit

Permalink
releasing 3.1.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed Apr 10, 2021
1 parent 178f556 commit 89bb8e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 3.1.0.beta1
# 3.1.0
* Remove circular require
* Use Dry-types 1.0.0+ as coercion library
* Renamed Coercion to VirtusCoercion to support old codebases
* Replace `declarative-option` with [`trailblazer-option`](https://github.com/trailblazer/trailblazer-option)

# 3.0.4

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.beta1"
VERSION = "3.1.0"
end

0 comments on commit 89bb8e6

Please sign in to comment.