diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c1f465..32db2b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v9.3.10](https://github.com/chef/fauxhai/tree/v9.3.10) (2023-08-04) + +## [v9.3.11](https://github.com/chef/fauxhai/tree/v9.3.11) (2023-08-07) #### Merged Pull Requests -- Add .buildkite folder to make pipeline_protection happy [#18](https://github.com/chef/fauxhai/pull/18) ([tpowell-progress](https://github.com/tpowell-progress)) +- Add Ubuntu 22.04 (jammy) support [#16](https://github.com/chef/fauxhai/pull/16) ([dtseiler](https://github.com/dtseiler)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Add Ubuntu 22.04 (jammy) support [#16](https://github.com/chef/fauxhai/pull/16) ([dtseiler](https://github.com/dtseiler)) - Add .buildkite folder to make pipeline_protection happy [#18](https://github.com/chef/fauxhai/pull/18) ([tpowell-progress](https://github.com/tpowell-progress)) - Add Debian 12 support [#17](https://github.com/chef/fauxhai/pull/17) ([Justin-Fernbaugh](https://github.com/Justin-Fernbaugh)) diff --git a/VERSION b/VERSION index 42da4a6d..64dd473f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.3.10 \ No newline at end of file +9.3.11 \ No newline at end of file diff --git a/lib/fauxhai/version.rb b/lib/fauxhai/version.rb index 7ee1dade..9bbda296 100644 --- a/lib/fauxhai/version.rb +++ b/lib/fauxhai/version.rb @@ -1,3 +1,3 @@ module Fauxhai - VERSION = "9.3.10".freeze + VERSION = "9.3.11".freeze end