Skip to content

Commit

Permalink
Bump version 2.1.5
Browse files Browse the repository at this point in the history
Prepare for verion 2.1.5 release and update changelog.
  • Loading branch information
pgwillia committed Nov 27, 2024
1 parent 557fc65 commit c555823
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

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.4'.freeze
VERSION = '2.1.5'.freeze
end

0 comments on commit c555823

Please sign in to comment.