From 7349009a1580907f761e8b2b93b938c7da8e7a61 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Sun, 12 Jan 2025 10:46:15 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/lvm/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c2333b9..5644a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ - Added v2_03_27 attributes +## [0.4.1](https://github.com/sous-chefs/chef-ruby-lvm-attrib/compare/v0.4.0...v0.4.1) (2025-01-12) + + +### Bug Fixes + +* Added v2_03_27 attributes ([#78](https://github.com/sous-chefs/chef-ruby-lvm-attrib/issues/78)) ([#80](https://github.com/sous-chefs/chef-ruby-lvm-attrib/issues/80)) ([47d2845](https://github.com/sous-chefs/chef-ruby-lvm-attrib/commit/47d2845cde59114b09f360cfbde6fe958a8ed77d)) + ## [0.4.0](https://github.com/sous-chefs/chef-ruby-lvm-attrib/compare/v0.3.15...v0.4.0) (2024-06-28) diff --git a/lib/lvm/version.rb b/lib/lvm/version.rb index 0d03195..ce19bbf 100644 --- a/lib/lvm/version.rb +++ b/lib/lvm/version.rb @@ -1,5 +1,5 @@ module LVM module Attributes - VERSION = "0.4.0".freeze + VERSION = "0.4.1".freeze end end