From c3ac03b24ef8815d5eb6d0d8eb567af3bf355237 Mon Sep 17 00:00:00 2001 From: Tricia Jenkins Date: Mon, 9 Dec 2024 11:27:51 -0700 Subject: [PATCH] Prepare for 2.1.6 release (#495) --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/pushmi_pullyu/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 850416e..a2a4353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and releases in PushmiPullyu adheres to [Semantic Versioning](https://semver.org ## [Unreleased] +## [2.1.6] 2024-12-09 + ### Fixed - pin version of securerandom that work with Ruby 2.7 diff --git a/Gemfile.lock b/Gemfile.lock index fcbc9bd..7daa73d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pushmi_pullyu (2.1.5) + pushmi_pullyu (2.1.6) 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 31c2c61..9019291 100644 --- a/lib/pushmi_pullyu/version.rb +++ b/lib/pushmi_pullyu/version.rb @@ -1,3 +1,3 @@ module PushmiPullyu - VERSION = '2.1.5'.freeze + VERSION = '2.1.6'.freeze end