Skip to content

Commit f066e66

Browse files
committed
Release v2.0.3
1 parent 8664e09 commit f066e66

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
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.2...HEAD)
11+
#### [Unreleased](https://github.com/exAspArk/batch-loader/compare/v2.0.3...HEAD)
1212

1313
* WIP
1414

15+
#### [v2.0.3](https://github.com/exAspArk/batch-loader/compare/v2.0.2...v2.0.3) - 2024-03-25
16+
17+
* `Fixed`: `Schema.tracer(...)` GraphQL deprecation warning by making it compatible with `.trace_with(...)`. [#91](https://github.com/exAspArk/batch-loader/pull/91)
18+
1519
#### [v2.0.2](https://github.com/exAspArk/batch-loader/compare/v2.0.1...v2.0.2) - 2023-11-22
1620

1721
* `Fixed`: Compatibility with Ruby 3 kwargs. [#80](https://github.com/exAspArk/batch-loader/pull/80)

lib/batch_loader/version.rb

+1-1
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.2"
4+
VERSION = "2.0.3"
55
end

0 commit comments

Comments
 (0)