From f86d71c9e6b9be36862ca37460be6867dd6e090d Mon Sep 17 00:00:00 2001 From: Tricia Jenkins Date: Wed, 27 Nov 2024 15:21:38 -0700 Subject: [PATCH] Bump version 2.1.5 (#493) * Bump version 2.1.5 Prepare for verion 2.1.5 release and update changelog and Gemfile.lock. --- CHANGELOG.md | 9 ++++++++- Gemfile.lock | 2 +- lib/pushmi_pullyu/version.rb | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00dabd8..15a4cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,15 @@ and releases in PushmiPullyu adheres to [Semantic Versioning](https://semver.org ## [Unreleased] +## [2.1.5] 2024-11-27 + ### Fixed -- Permit versions of dependencies that work with Ruby 2.7 + - Permit versions of activesupport that work with Ruby 2.7 by @pgwillia in https://github.com/ualbertalib/pushmi_pullyu/pull/492 + +### Chores + - Bump rexml from 3.3.8 to 3.3.9 by @dependabot in https://github.com/ualbertalib/pushmi_pullyu/pull/489 + - Bump activesupport from 7.1.4 to 7.1.4.2 by @dependabot in https://github.com/ualbertalib/pushmi_pullyu/pull/487 + - Bump danger from 9.5.0 to 9.5.1 by @dependabot in https://github.com/ualbertalib/pushmi_pullyu/pull/486 ## [2.1.4] diff --git a/Gemfile.lock b/Gemfile.lock index c71b1bb..d636f5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pushmi_pullyu (2.1.4) + pushmi_pullyu (2.1.5) activesupport (>= 5, < 7.2) bagit (~> 0.4) connection_pool (~> 2.2) diff --git a/lib/pushmi_pullyu/version.rb b/lib/pushmi_pullyu/version.rb index 5079287..31c2c61 100644 --- a/lib/pushmi_pullyu/version.rb +++ b/lib/pushmi_pullyu/version.rb @@ -1,3 +1,3 @@ module PushmiPullyu - VERSION = '2.1.4'.freeze + VERSION = '2.1.5'.freeze end