From 724e25a78726672735ab0bc2d6a079dde6a4967d Mon Sep 17 00:00:00 2001 From: Tobias Schoknecht Date: Sat, 12 Feb 2022 21:14:32 +0100 Subject: [PATCH] Bump gem version to 1.2.1 None of the recent changes are introducing breaking changes nor really new functionality. The fix for the pipelined call is only considered a fix for potential bugs and is therefore only a patch release. --- Gemfile.lock | 2 +- lib/gcra/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f296a81..4d5544b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gcra (1.2.0) + gcra (1.2.1) GEM remote: https://rubygems.org/ diff --git a/lib/gcra/version.rb b/lib/gcra/version.rb index 2e21b60..a9bb257 100644 --- a/lib/gcra/version.rb +++ b/lib/gcra/version.rb @@ -1,3 +1,3 @@ module GCRA - VERSION = '1.2.0'.freeze + VERSION = '1.2.1'.freeze end