Skip to content

Commit

Permalink
Merge pull request #246 from nmburgan/add_changelog
Browse files Browse the repository at this point in the history
Prep for release
  • Loading branch information
nmburgan committed Dec 5, 2023
2 parents fdee0d9 + b68934d commit 59ff51f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.16.0](https://github.com/puppetlabs/beaker-pe/tree/2.16.0) (2023-12-05)

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

**Merged pull requests:**

- \(maint\) Use unversioned AIX pe\_repo class [\#244](https://github.com/puppetlabs/beaker-pe/pull/244) ([nmburgan](https://github.com/nmburgan))
- Update rake requirement from ~\> 13.0.6 to ~\> 13.1.0 [\#239](https://github.com/puppetlabs/beaker-pe/pull/239) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump activesupport from 7.1.0 to 7.1.1 [\#238](https://github.com/puppetlabs/beaker-pe/pull/238) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump activesupport from 7.0.8 to 7.1.0 [\#237](https://github.com/puppetlabs/beaker-pe/pull/237) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump actions/checkout from 3 to 4 [\#236](https://github.com/puppetlabs/beaker-pe/pull/236) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump activesupport from 7.0.7.2 to 7.0.8 [\#235](https://github.com/puppetlabs/beaker-pe/pull/235) ([dependabot[bot]](https://github.com/apps/dependabot))

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

[Full Changelog](https://github.com/puppetlabs/beaker-pe/compare/2.14.1...2.15.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.15.0)
beaker-pe (2.16.0)
beaker (>= 4.0, < 6)
beaker-abs
beaker-answers (~> 0.0)
Expand Down Expand Up @@ -223,4 +223,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.4.19
2.4.22
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.15.0'
STRING = '2.16.0'
end

end
Expand Down

0 comments on commit 59ff51f

Please sign in to comment.