Skip to content

Commit

Permalink
Merge pull request #35 from bastelfreak/rel210
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
bastelfreak authored May 28, 2024
2 parents 73461b8 + 6ceb2db commit 07b4d41
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.1.0](https://github.com/voxpupuli/beaker-vcloud/tree/2.1.0) (2024-05-28)

[Full Changelog](https://github.com/voxpupuli/beaker-vcloud/compare/2.0.0...2.1.0)

**Implemented enhancements:**

- beaker: Allow 6.x [\#33](https://github.com/voxpupuli/beaker-vcloud/pull/33) ([bastelfreak](https://github.com/bastelfreak))
- Run release tasks on Ruby 3.3 [\#30](https://github.com/voxpupuli/beaker-vcloud/pull/30) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- Update voxpupuli-rubocop requirement from ~\> 2.6.0 to ~\> 2.7.0 [\#32](https://github.com/voxpupuli/beaker-vcloud/pull/32) ([dependabot[bot]](https://github.com/apps/dependabot))

## [2.0.0](https://github.com/voxpupuli/beaker-vcloud/tree/2.0.0) (2024-04-23)

[Full Changelog](https://github.com/voxpupuli/beaker-vcloud/compare/1.1.0...2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/beaker-vcloud/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BeakerVcloud
VERSION = '2.0.0'
VERSION = '2.1.0'
end

0 comments on commit 07b4d41

Please sign in to comment.