diff --git a/CHANGES.md b/CHANGES.md index 10d64a0..26939c0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/lib/trailblazer/operation/version.rb b/lib/trailblazer/operation/version.rb index 9a2c39f..772c528 100644 --- a/lib/trailblazer/operation/version.rb +++ b/lib/trailblazer/operation/version.rb @@ -1,7 +1,7 @@ module Trailblazer module Version module Operation - VERSION = "0.7.2" + VERSION = "0.7.3" end end end