diff --git a/CHANGES.md b/CHANGES.md index b1b4aad..a8bbd08 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## 0.6.2 + +* Fix Trace so it works with Ruby <= 2.4 + ## 0.6.1 * Reintroduce `ClassDependencies` by leveraging `State.fields`. diff --git a/lib/trailblazer/operation/version.rb b/lib/trailblazer/operation/version.rb index f9f6e64..3952cb9 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.6.1" + VERSION = "0.6.2" end end end