Skip to content

Commit

Permalink
releasing 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed Mar 12, 2021
1 parent 60b03b6 commit 3219968
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 @@
## 0.7.3

* Revert trailblazer-developer to a runtime dependency.

## 0.7.2

* Bugfix: when calling `Operation.call(params: {}, "current_user" => user)` the stringified variables got lost in Ruby < 3.
Expand Down
2 changes: 1 addition & 1 deletion lib/trailblazer/operation/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Trailblazer
module Version
module Operation
VERSION = "0.7.2"
VERSION = "0.7.3"
end
end
end

0 comments on commit 3219968

Please sign in to comment.