Skip to content

Commit f18c8da

Browse files
authored
Merge pull request #469 from puppetlabs/release-prep
Release prep v0.34.5
2 parents b457c72 + 0cf2bcb commit f18c8da

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.34.5](https://github.com/puppetlabs/puppet_litmus/tree/v0.34.5) - 2023-02-27
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/0.34.4...v0.34.5)
8+
9+
### Fixed
10+
11+
- (maint) - Update windows 2019 image [#468](https://github.com/puppetlabs/puppet_litmus/pull/468) ([jordanbreen28](https://github.com/jordanbreen28))
12+
513
## [v0.34.4](https://github.com/puppetlabs/puppet_litmus/tree/v0.34.4) (2022-10-12)
614

715
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v0.34.3...v0.34.4)

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.34.4'
5+
VERSION ||= '0.34.5'
66
end

0 commit comments

Comments
 (0)