Skip to content

Commit ebcc656

Browse files
Merge pull request #297 from puppetlabs/release-prep
Release prep v2.0.2
2 parents 427287d + 49e1a6f commit ebcc656

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v2.0.2](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.0.2) - 2023-06-07
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.0.1...v2.0.2)
11+
12+
### Fixed
13+
14+
- (GH-295) - fix vg datatype [#296](https://github.com/puppetlabs/puppetlabs-lvm/pull/296) ([jordanbreen28](https://github.com/jordanbreen28))
15+
- (gh-293) - fix typo with ensure [#294](https://github.com/puppetlabs/puppetlabs-lvm/pull/294) ([jordanbreen28](https://github.com/jordanbreen28))
16+
817
## [v2.0.1](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.0.1) - 2023-06-06
918

1019
[Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.0.0...v2.0.1)
@@ -19,6 +28,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1928

2029
### Added
2130

31+
- pdksync - (MAINT) - Allow Stdlib 9.x [#286](https://github.com/puppetlabs/puppetlabs-lvm/pull/286) ([LukasAud](https://github.com/LukasAud))
2232
- (CONT-974) - Add puppet module support [#283](https://github.com/puppetlabs/puppetlabs-lvm/pull/283) ([jordanbreen28](https://github.com/jordanbreen28))
2333

2434
### Changed

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-lvm",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"author": "puppetlabs",
55
"summary": "Provides Puppet types and providers to manage Logical Resource Management (LVM) features.",
66
"license": "GPL-2.0",

0 commit comments

Comments
 (0)