Skip to content

Commit 43e4f62

Browse files
committed
Release v1.3.0
1 parent 879cb72 commit 43e4f62

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

1313
* WIP
1414

15+
#### [v1.3.0](https://github.com/exAspArk/batch-loader/compare/v1.2.2...v1.3.0)
16+
17+
* `Added`: `BatchLoader::GraphQL.for` to make it compatible with `graphql` gem versions `>= 1.8.7`. [#30](https://github.com/exAspArk/batch-loader/issues/30)
18+
1519
#### [v1.2.2](https://github.com/exAspArk/batch-loader/compare/v1.2.1...v1.2.2)
1620

1721
* `Fixed`: Identify item by `key` object instead of `key` string representation. [#27](https://github.com/exAspArk/batch-loader/pull/27)

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 = "1.2.2"
4+
VERSION = "1.3.0"
55
end

0 commit comments

Comments
 (0)