diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea760d3..42ba7b63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v3.11.3](https://github.com/inspec/train/tree/v3.11.3) (2024-03-28) + +## [v3.11.4](https://github.com/inspec/train/tree/v3.11.4) (2024-03-28) #### Merged Pull Requests -- CHEF-8598: Add support for curve25519 key exchange [#764](https://github.com/inspec/train/pull/764) ([ahasunos](https://github.com/ahasunos)) +- Upgrade Google REST API Client to latest [#757](https://github.com/inspec/train/pull/757) ([balasubramanian-s](https://github.com/balasubramanian-s)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Upgrade Google REST API Client to latest [#757](https://github.com/inspec/train/pull/757) ([balasubramanian-s](https://github.com/balasubramanian-s)) - CHEF-8598: Add support for curve25519 key exchange [#764](https://github.com/inspec/train/pull/764) ([ahasunos](https://github.com/ahasunos)) - Fix: Update ruby base image to bullseye in CI tests [#765](https://github.com/inspec/train/pull/765) ([ahasunos](https://github.com/ahasunos)) - CHEF-7180: Fix configuration values in sonar configuration file [#761](https://github.com/inspec/train/pull/761) ([Vasu1105](https://github.com/Vasu1105)) diff --git a/VERSION b/VERSION index fc89ddd2..2b6882dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.11.3 \ No newline at end of file +3.11.4 \ No newline at end of file diff --git a/lib/train/version.rb b/lib/train/version.rb index d7d9e6c2..6d54e26d 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -2,5 +2,5 @@ # Author:: Dominik Richter () module Train - VERSION = "3.11.3".freeze + VERSION = "3.11.4".freeze end