Skip to content

Commit

Permalink
Prepare for 2.1.6 release (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgwillia authored Dec 9, 2024
1 parent 3a4141c commit c3ac03b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/pushmi_pullyu/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PushmiPullyu
VERSION = '2.1.5'.freeze
VERSION = '2.1.6'.freeze
end

0 comments on commit c3ac03b

Please sign in to comment.