Skip to content

Commit 9078ca6

Browse files
authored
Merge pull request #483 from puppetlabs/release-prep
Release prep v0.36.1
2 parents 20115a4 + 0d53310 commit 9078ca6

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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+
## [v0.36.1](https://github.com/puppetlabs/puppet_litmus/tree/v0.36.1) - 2023-03-28
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v0.36.0...v0.36.1)
11+
12+
### Fixed
13+
14+
- (CONT-828) Unpin r10k [#482](https://github.com/puppetlabs/puppet_litmus/pull/482) ([david22swan](https://github.com/david22swan))
15+
- (CONT-827) Patch Puppet 8 to take from Github [#481](https://github.com/puppetlabs/puppet_litmus/pull/481) ([david22swan](https://github.com/david22swan))
16+
817
## [v0.36.0](https://github.com/puppetlabs/puppet_litmus/tree/v0.36.0) - 2023-03-27
918

1019
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v0.34.6...v0.36.0)

lib/puppet_litmus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# version of this gem
44
module PuppetLitmus
5-
VERSION ||= '0.36.0'
5+
VERSION ||= '0.36.1'
66
end

0 commit comments

Comments
 (0)