From a687a377e0167d590200bc85b5d698b28799cb09 Mon Sep 17 00:00:00 2001 From: exAspArk Date: Wed, 24 Apr 2024 11:21:38 -0400 Subject: [PATCH] Release v2.0.5 --- CHANGELOG.md | 6 +++++- lib/batch_loader/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec854f..7e3b781 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.4...HEAD) +#### [Unreleased](https://github.com/exAspArk/batch-loader/compare/v2.0.5...HEAD) * WIP +#### [v2.0.5](https://github.com/exAspArk/batch-loader/compare/v2.0.4...v2.0.5) - 2024-04-24 + +* `Fixed`: Warning about `BatchLoader` usage instead `BatchLoader::GraphQL` in GraphQL. [#94](https://github.com/exAspArk/batch-loader/pull/94) + #### [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) diff --git a/lib/batch_loader/version.rb b/lib/batch_loader/version.rb index 1be8a5b..49bea71 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.4" + VERSION = "2.0.5" end