diff --git a/CHANGELOG.md b/CHANGELOG.md index f659538..0cbb34c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,35 @@ # Changelog -## [1.0.0](https://github.com/voxpupuli/beaker-google/tree/1.0.0) (2022-10-31) +## [1.1.0](https://github.com/voxpupuli/beaker-google/tree/1.1.0) (2024-05-21) + +[Full Changelog](https://github.com/voxpupuli/beaker-google/compare/1.0.0...1.1.0) + +**Implemented enhancements:** + +- Move timestamp in firewall name to a different value [\#45](https://github.com/voxpupuli/beaker-google/issues/45) +- Add ability to configure the firewall [\#40](https://github.com/voxpupuli/beaker-google/pull/40) ([jaevans](https://github.com/jaevans)) +- Add ability to set custom hostname [\#39](https://github.com/voxpupuli/beaker-google/pull/39) ([Andy-Adrian](https://github.com/Andy-Adrian)) + +**Closed issues:** + +- Add ability to set custom hostname [\#38](https://github.com/voxpupuli/beaker-google/issues/38) +- network ports should be configurable [\#34](https://github.com/voxpupuli/beaker-google/issues/34) + +**Merged pull requests:** + +- Fix name conflicts [\#48](https://github.com/voxpupuli/beaker-google/pull/48) ([jaevans](https://github.com/jaevans)) +- Bump actions/checkout from 2 to 4 [\#43](https://github.com/voxpupuli/beaker-google/pull/43) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump github/codeql-action from 1 to 2 [\#42](https://github.com/voxpupuli/beaker-google/pull/42) ([dependabot[bot]](https://github.com/apps/dependabot)) +- dependabot: check for github actions and bundler [\#41](https://github.com/voxpupuli/beaker-google/pull/41) ([bastelfreak](https://github.com/bastelfreak)) +- Update fakefs requirement from ~\> 1.8 to ~\> 2.4 [\#37](https://github.com/voxpupuli/beaker-google/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [1.0.0](https://github.com/voxpupuli/beaker-google/tree/1.0.0) (2022-11-02) [Full Changelog](https://github.com/voxpupuli/beaker-google/compare/0.5.0...1.0.0) **Fixed bugs:** -- exec sysprep commands in child processes [\#31](https://github.com/voxpupuli/beaker-google/pull/31) ([AndyAdrian-OP](https://github.com/AndyAdrian-OP)) +- exec sysprep commands in child processes [\#31](https://github.com/voxpupuli/beaker-google/pull/31) ([Andy-Adrian](https://github.com/Andy-Adrian)) ## [0.5.0](https://github.com/voxpupuli/beaker-google/tree/0.5.0) (2022-10-04) diff --git a/lib/beaker-google/version.rb b/lib/beaker-google/version.rb index 06bff2f..168c836 100644 --- a/lib/beaker-google/version.rb +++ b/lib/beaker-google/version.rb @@ -1,3 +1,3 @@ module BeakerGoogle - VERSION = '1.0.0' + VERSION = '1.1.0' end