Skip to content

Commit

Permalink
Merge pull request #445 from ualbertalib/release/2.1.1
Browse files Browse the repository at this point in the history
Bum version 2.1.1
  • Loading branch information
lagoan authored Jun 5, 2024
2 parents 36aa76c + 4308f54 commit 5cf411b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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.0)
pushmi_pullyu (2.1.1)
activesupport (>= 5, < 8)
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.0'.freeze
VERSION = '2.1.1'.freeze
end

0 comments on commit 5cf411b

Please sign in to comment.