diff --git a/CHANGELOG.md b/CHANGELOG.md index f783a9e..1ec854f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,14 @@ one of the following labels: `Added`, `Changed`, `Deprecated`, to manage the versions of this gem so that you can set version constraints properly. -#### [Unreleased](https://github.com/exAspArk/batch-loader/compare/v2.0.3...HEAD) +#### [Unreleased](https://github.com/exAspArk/batch-loader/compare/v2.0.4...HEAD) * WIP +#### [v2.0.4](https://github.com/exAspArk/batch-loader/compare/v2.0.3...v2.0.4) - 2024-04-02 + +* `Fixed`: Chaining `#execute_field` trace calls. [#93](https://github.com/exAspArk/batch-loader/pull/93) + #### [v2.0.3](https://github.com/exAspArk/batch-loader/compare/v2.0.2...v2.0.3) - 2024-03-25 * `Fixed`: `Schema.tracer(...)` GraphQL deprecation warning by making it compatible with `.trace_with(...)`. [#91](https://github.com/exAspArk/batch-loader/pull/91) diff --git a/lib/batch_loader/version.rb b/lib/batch_loader/version.rb index 35f3ccb..1be8a5b 100644 --- a/lib/batch_loader/version.rb +++ b/lib/batch_loader/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class BatchLoader - VERSION = "2.0.3" + VERSION = "2.0.4" end