Skip to content

Commit c6c4c1a

Browse files
authored
Merge pull request #467 from puppetlabs/release-prep
Release prep v5.1.1
2 parents c09d186 + cc63a00 commit c6c4c1a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Diff for: CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-
## [v5.1.0](https://github.com/puppetlabs/puppetlabs-java_ks/tree/v5.1.0) - 2024-11-26
8+
## [v5.1.1](https://github.com/puppetlabs/puppetlabs-java_ks/tree/v5.1.1) - 2025-01-24
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-java_ks/compare/v5.1.0...v5.1.1)
11+
12+
### Fixed
13+
14+
- (CAT-2203) Removing legacy facts [#466](https://github.com/puppetlabs/puppetlabs-java_ks/pull/466) ([amitkarsale](https://github.com/amitkarsale))
15+
16+
## [v5.1.0](https://github.com/puppetlabs/puppetlabs-java_ks/tree/v5.1.0) - 2024-11-27
917

1018
[Full Changelog](https://github.com/puppetlabs/puppetlabs-java_ks/compare/v5.0.0...v5.1.0)
1119

@@ -241,7 +249,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
241249

242250
### Added
243251

244-
- Add Java 9 support [#195](https://github.com/puppetlabs/puppetlabs-java_ks/pull/195) ([scornelissen85](https://github.com/scornelissen85))
252+
- Add Java 9 support [#195](https://github.com/puppetlabs/puppetlabs-java_ks/pull/195) ([SndR85](https://github.com/SndR85))
245253
- support removal of keystore file if password incorrect [#151](https://github.com/puppetlabs/puppetlabs-java_ks/pull/151) ([jessereynolds](https://github.com/jessereynolds))
246254

247255
### Fixed

Diff for: metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-java_ks",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"author": "puppetlabs",
55
"summary": "Manage arbitrary Java keystore files",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)