Skip to content

Commit de1d45d

Browse files
committed
Prep for 1.0.2 release
1 parent 780c47b commit de1d45d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [1.0.2] - 2018-08-20
8+
### Added
9+
- (PUP-9053) Enable localization
10+
### Changed
11+
- (PUP-9052) Bump puppet req to at least puppet 6
12+
713
## [1.0.1] - 2018-07-26
814
### Summary
915
Use require_relative to load provider helper code.
@@ -12,5 +18,6 @@ Use require_relative to load provider helper code.
1218
### Summary
1319
This is the initial release of the extracted mount module.
1420

21+
[1.0.2]: https://github.com/puppetlabs/puppetlabs-mount_core/compare/1.0.1...1.0.2
22+
[1.0.1]: https://github.com/puppetlabs/puppetlabs-mount_core/compare/1.0.0...1.0.1
1523
[1.0.0]: https://github.com/puppetlabs/puppetlabs-mount_core/releases/tag/1.0.0
16-
[1.0.1]: https://github.com/puppetlabs/puppetlabs-mount_core/releases/tag/1.0.1

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-mount_core",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Puppet Labs",
55
"summary": "Manages mounted filesystems and mount tables.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)