Skip to content

Commit

Permalink
Bump version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lagoan committed Jun 25, 2024
1 parent 5ae8d43 commit 9bb1725
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.2]
- Simplify get entity code [#280](https://github.com/ualbertalib/pushmi_pullyu/issues/280)

## [2.1.1]
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.1)
pushmi_pullyu (2.1.2)
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.1'.freeze
VERSION = '2.1.2'.freeze
end

0 comments on commit 9bb1725

Please sign in to comment.