Skip to content

Commit d4adefe

Browse files
committed
Release v2.0.4
1 parent fc4e0fe commit d4adefe

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ one of the following labels: `Added`, `Changed`, `Deprecated`,
88
to manage the versions of this gem so
99
that you can set version constraints properly.
1010

11-
#### [Unreleased](https://github.com/exAspArk/batch-loader/compare/v2.0.3...HEAD)
11+
#### [Unreleased](https://github.com/exAspArk/batch-loader/compare/v2.0.4...HEAD)
1212

1313
* WIP
1414

15+
#### [v2.0.4](https://github.com/exAspArk/batch-loader/compare/v2.0.3...v2.0.4) - 2024-04-02
16+
17+
* `Fixed`: Chaining `#execute_field` trace calls. [#93](https://github.com/exAspArk/batch-loader/pull/93)
18+
1519
#### [v2.0.3](https://github.com/exAspArk/batch-loader/compare/v2.0.2...v2.0.3) - 2024-03-25
1620

1721
* `Fixed`: `Schema.tracer(...)` GraphQL deprecation warning by making it compatible with `.trace_with(...)`. [#91](https://github.com/exAspArk/batch-loader/pull/91)

lib/batch_loader/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class BatchLoader
4-
VERSION = "2.0.3"
4+
VERSION = "2.0.4"
55
end

0 commit comments

Comments
 (0)