From 85513fe0ab7f025b99f43ad3ae0aaee35b1f44ac Mon Sep 17 00:00:00 2001 From: Omar Rodriguez Arenas Date: Wed, 5 Jun 2024 11:29:38 -0600 Subject: [PATCH 1/2] Bum version 2.1.1 --- CHANGELOG.md | 2 +- lib/pushmi_pullyu/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24055c63..f4673e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ PushmiPullyu is a Ruby application, whose primary job is to manage the flow of c The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and releases in PushmiPullyu adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.1.1] - Increase clarity of log files [#433](https://github.com/ualbertalib/pushmi_pullyu/issues/433) ## [2.1.0] diff --git a/lib/pushmi_pullyu/version.rb b/lib/pushmi_pullyu/version.rb index da7d34e6..6fdfc79f 100644 --- a/lib/pushmi_pullyu/version.rb +++ b/lib/pushmi_pullyu/version.rb @@ -1,3 +1,3 @@ module PushmiPullyu - VERSION = '2.1.0'.freeze + VERSION = '2.1.1'.freeze end From 4308f54c1116c950534becec4254d71e525818c7 Mon Sep 17 00:00:00 2001 From: Omar Rodriguez Arenas Date: Wed, 5 Jun 2024 11:32:21 -0600 Subject: [PATCH 2/2] Update Gemfile.lock --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2c7a9c03..7dde987d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pushmi_pullyu (2.1.0) + pushmi_pullyu (2.1.1) activesupport (>= 5, < 8) bagit (~> 0.4) connection_pool (~> 2.2)