diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bcb9c0..e49f7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v0.1.3](https://github.com/chef/fauxhai/tree/v0.1.3) (2025-01-03) + +## [v0.1.4](https://github.com/chef/fauxhai/tree/v0.1.4) (2025-01-07) #### Merged Pull Requests -- empty commit [#49](https://github.com/chef/fauxhai/pull/49) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) +- Testing pipeline with empty commit [#55](https://github.com/chef/fauxhai/pull/55) ([nikhil2611](https://github.com/nikhil2611)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Testing pipeline with empty commit [#55](https://github.com/chef/fauxhai/pull/55) ([nikhil2611](https://github.com/nikhil2611)) - empty commit [#49](https://github.com/chef/fauxhai/pull/49) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) - Updating the promote-hab script to grab the correct values out of run… [#45](https://github.com/chef/fauxhai/pull/45) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) diff --git a/VERSION b/VERSION index 7693c96..446ba66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.3 \ No newline at end of file +0.1.4 \ No newline at end of file diff --git a/lib/fauxhai/version.rb b/lib/fauxhai/version.rb index 22e3781..2d902a1 100644 --- a/lib/fauxhai/version.rb +++ b/lib/fauxhai/version.rb @@ -1,3 +1,3 @@ module Fauxhai - VERSION = "0.1.3".freeze + VERSION = "0.1.4".freeze end