Skip to content

Commit

Permalink
Merge pull request #54 from bastelfreak/rel120
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
bastelfreak authored Jun 7, 2024
2 parents 2aa1ca2 + 43b96ae commit fd890b3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog

## [1.1.0](https://github.com/voxpupuli/beaker-google/tree/1.1.0) (2024-05-21)
## [1.2.0](https://github.com/voxpupuli/beaker-google/tree/1.2.0) (2024-06-07)

[Full Changelog](https://github.com/voxpupuli/beaker-google/compare/1.1.0...1.2.0)

**Implemented enhancements:**

- CI: Run on Ruby 3.2 and 3.3 as well [\#52](https://github.com/voxpupuli/beaker-google/pull/52) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- Fix call to Google::Apis::ComputeV1::Instance.new\(\) to work on Ruby 3 [\#51](https://github.com/voxpupuli/beaker-google/pull/51) ([silug](https://github.com/silug))

**Merged pull requests:**

- CI: build gem with --strict & --verbose [\#53](https://github.com/voxpupuli/beaker-google/pull/53) ([bastelfreak](https://github.com/bastelfreak))
- Cleanup for rubocop [\#50](https://github.com/voxpupuli/beaker-google/pull/50) ([silug](https://github.com/silug))

## [1.1.0](https://github.com/voxpupuli/beaker-google/tree/1.1.0) (2024-05-22)

[Full Changelog](https://github.com/voxpupuli/beaker-google/compare/1.0.0...1.1.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/beaker-google/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BeakerGoogle
VERSION = '1.1.0'
VERSION = '1.2.0'
end

0 comments on commit fd890b3

Please sign in to comment.