From 43b96ae30ec5fb61caa006dfdbb08b05f276f692 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 7 Jun 2024 10:46:59 +0200 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 19 ++++++++++++++++++- lib/beaker-google/version.rb | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cbb34c..3c4ee18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/beaker-google/version.rb b/lib/beaker-google/version.rb index 7d8a7c4..7528903 100644 --- a/lib/beaker-google/version.rb +++ b/lib/beaker-google/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BeakerGoogle - VERSION = '1.1.0' + VERSION = '1.2.0' end