diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c24f9..1bab847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v9.3.12](https://github.com/chef/fauxhai/tree/v9.3.12) (2023-11-21) + +## [v9.3.13](https://github.com/chef/fauxhai/tree/v9.3.13) (2023-12-05) #### Merged Pull Requests -- Added RedHat 9 [#21](https://github.com/chef/fauxhai/pull/21) ([jjperry](https://github.com/jjperry)) +- Added WIndows 2022 and Updated CONTRIBUTING.md [#24](https://github.com/chef/fauxhai/pull/24) ([jjperry](https://github.com/jjperry)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Added WIndows 2022 and Updated CONTRIBUTING.md [#24](https://github.com/chef/fauxhai/pull/24) ([jjperry](https://github.com/jjperry)) - Added RedHat 9 [#21](https://github.com/chef/fauxhai/pull/21) ([jjperry](https://github.com/jjperry)) - 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)) diff --git a/VERSION b/VERSION index dd5a520..b316696 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.3.12 \ No newline at end of file +9.3.13 \ No newline at end of file diff --git a/lib/fauxhai/version.rb b/lib/fauxhai/version.rb index 9799efe..ce760a8 100644 --- a/lib/fauxhai/version.rb +++ b/lib/fauxhai/version.rb @@ -1,3 +1,3 @@ module Fauxhai - VERSION = "9.3.12".freeze + VERSION = "9.3.13".freeze end