diff --git a/CHANGELOG.md b/CHANGELOG.md index 76383c80..257326e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v9.3.15](https://github.com/chef/fauxhai/tree/v9.3.15) (2024-03-26) + +## [v9.3.16](https://github.com/chef/fauxhai/tree/v9.3.16) (2024-03-26) #### Merged Pull Requests -- add_amazon_2023 [#26](https://github.com/chef/fauxhai/pull/26) ([jjperry](https://github.com/jjperry)) +- Add Ubuntu 24.04 [#27](https://github.com/chef/fauxhai/pull/27) ([nickpegg](https://github.com/nickpegg)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Add Ubuntu 24.04 [#27](https://github.com/chef/fauxhai/pull/27) ([nickpegg](https://github.com/nickpegg)) - add_amazon_2023 [#26](https://github.com/chef/fauxhai/pull/26) ([jjperry](https://github.com/jjperry)) - Add code owners for reviews [#28](https://github.com/chef/fauxhai/pull/28) ([tpowell-progress](https://github.com/tpowell-progress)) - Added WIndows 2022 and Updated CONTRIBUTING.md [#24](https://github.com/chef/fauxhai/pull/24) ([jjperry](https://github.com/jjperry)) diff --git a/VERSION b/VERSION index 7f3a19c6..d1e0657f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.3.15 \ No newline at end of file +9.3.16 \ No newline at end of file diff --git a/lib/fauxhai/version.rb b/lib/fauxhai/version.rb index 5ce402ca..18770e63 100644 --- a/lib/fauxhai/version.rb +++ b/lib/fauxhai/version.rb @@ -1,3 +1,3 @@ module Fauxhai - VERSION = "9.3.15".freeze + VERSION = "9.3.16".freeze end