Skip to content

Commit

Permalink
Merge pull request #232 from puppetlabs/2.14.1-release-prep
Browse files Browse the repository at this point in the history
2.14.1 release prep
  • Loading branch information
yachub committed Aug 24, 2023
2 parents 424cd77 + 210fe0b commit ebaceb2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.14.1](https://github.com/puppetlabs/beaker-pe/tree/2.14.1) (2023-08-24)

[Full Changelog](https://github.com/puppetlabs/beaker-pe/compare/2.14.0...2.14.1)

**Merged pull requests:**

- Bump activesupport from 7.0.7 to 7.0.7.2 [\#231](https://github.com/puppetlabs/beaker-pe/pull/231) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump activesupport from 7.0.6 to 7.0.7 [\#230](https://github.com/puppetlabs/beaker-pe/pull/230) ([dependabot[bot]](https://github.com/apps/dependabot))

## [2.14.0](https://github.com/puppetlabs/beaker-pe/tree/2.14.0) (2023-08-09)

[Full Changelog](https://github.com/puppetlabs/beaker-pe/compare/2.13.0...2.14.0)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
beaker-pe (2.14.0)
beaker-pe (2.14.1)
beaker (>= 4.0, < 6)
beaker-abs
beaker-answers (~> 0.0)
Expand Down Expand Up @@ -212,4 +212,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.4.18
2.4.19
2 changes: 1 addition & 1 deletion lib/beaker-pe/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module DSL
module PE

module Version
STRING = '2.14.0'
STRING = '2.14.1'
end

end
Expand Down

0 comments on commit ebaceb2

Please sign in to comment.