From 7b0a605db6c7f51ff1de7afccaa164ed9c919ba1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 11 Jul 2023 13:00:29 +0000 Subject: [PATCH] Release prep v2.0.3 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e1475b7..e6e56ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v2.0.3](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.0.3) - 2023-07-11 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.0.2...v2.0.3) + +### Fixed + +- [GH-298] fix lvm_vg_* facts [#301](https://github.com/puppetlabs/puppetlabs-lvm/pull/301) ([rtib](https://github.com/rtib)) + ## [v2.0.2](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.0.2) - 2023-06-07 [Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.0.1...v2.0.2) diff --git a/metadata.json b/metadata.json index f9ff8af2..0cc6638f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-lvm", - "version": "2.0.2", + "version": "2.0.3", "author": "puppetlabs", "summary": "Provides Puppet types and providers to manage Logical Resource Management (LVM) features.", "license": "GPL-2.0",