Skip to content

Commit a687a37

Browse files
committed
Release v2.0.5
1 parent cfe4958 commit a687a37

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

1313
* WIP
1414

15+
#### [v2.0.5](https://github.com/exAspArk/batch-loader/compare/v2.0.4...v2.0.5) - 2024-04-24
16+
17+
* `Fixed`: Warning about `BatchLoader` usage instead `BatchLoader::GraphQL` in GraphQL. [#94](https://github.com/exAspArk/batch-loader/pull/94)
18+
1519
#### [v2.0.4](https://github.com/exAspArk/batch-loader/compare/v2.0.3...v2.0.4) - 2024-04-02
1620

1721
* `Fixed`: Chaining `#execute_field` trace calls. [#93](https://github.com/exAspArk/batch-loader/pull/93)

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

0 commit comments

Comments
 (0)