From a1d2a214e170e3a32c955444ac37b26428aeb427 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 22 Jan 2024 03:21:24 +0000 Subject: [PATCH] Bump version to 0.10.24 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 9 +++++++-- VERSION | 2 +- inspec.yml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba792b2..5322b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # CHANGELOG - + +## [v0.10.24](https://github.com/inspec/inspec-alicloud/tree/v0.10.24) (2024-01-22) + +#### Merged Pull Requests +- CHEF-4267 reorganize reusable text files [#105](https://github.com/inspec/inspec-alicloud/pull/105) ([IanMadd](https://github.com/IanMadd)) + + ## [v0.10.23](https://github.com/inspec/inspec-alicloud/tree/v0.10.23) (2023-07-25) #### Merged Pull Requests - Feature/CHEF-2076 create alicloud api client [#104](https://github.com/inspec/inspec-alicloud/pull/104) ([sathish-progress](https://github.com/sathish-progress)) - ## [v0.10.22](https://github.com/inspec/inspec-alicloud/tree/v0.10.22) (2023-05-10) diff --git a/VERSION b/VERSION index e309508..c2ec162 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.23 \ No newline at end of file +0.10.24 \ No newline at end of file diff --git a/inspec.yml b/inspec.yml index 47521ba..b472502 100644 --- a/inspec.yml +++ b/inspec.yml @@ -4,6 +4,6 @@ maintainer: proserv@chef.io summary: This resource pack provides compliance resources for AliCloud. copyright: proserv@chef.io copyright_email: proserv@chef.io -version: 0.10.23 +version: 0.10.24 license: Apache-2.0 inspec_version: '>= 4.18.108'