Skip to content

Commit 821fe8a

Browse files
authored
Merge pull request #89 from puppetlabs/release
MODULES-9872 - Mergeback PR
2 parents 9bfeb7c + 3b2a163 commit 821fe8a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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).
44

5+
## [v0.5.0](https://github.com/puppetlabs/puppetlabs-exec/tree/v0.5.0) (2019-09-05)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-exec/compare/0.4.0...v0.5.0)
8+
9+
### Changed
10+
11+
- pdksync - \(MODULES-8444\) - Raise lower Puppet bound [\#75](https://github.com/puppetlabs/puppetlabs-exec/pull/75) ([david22swan](https://github.com/david22swan))
12+
13+
### Added
14+
15+
- \(FM-8217\) Port module to litmus [\#83](https://github.com/puppetlabs/puppetlabs-exec/pull/83) ([michaeltlombardi](https://github.com/michaeltlombardi))
16+
- \(FM-8152\) Add Windows Server 2019 support [\#80](https://github.com/puppetlabs/puppetlabs-exec/pull/80) ([eimlav](https://github.com/eimlav))
17+
- \(FM-8039\) Add RedHat 8 support [\#79](https://github.com/puppetlabs/puppetlabs-exec/pull/79) ([eimlav](https://github.com/eimlav))
18+
- \[FM-7943\] Puppet Strings [\#78](https://github.com/puppetlabs/puppetlabs-exec/pull/78) ([carabasdaniel](https://github.com/carabasdaniel))
19+
520
## [0.4.0](https://github.com/puppetlabs/puppetlabs-exec/tree/0.4.0) (2019-04-04)
621

722
[Full Changelog](https://github.com/puppetlabs/puppetlabs-exec/compare/0.3.0...0.4.0)

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-exec",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"author": "puppetlabs",
55
"summary": "Tasks that allows the execution of a command and parameters",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)