Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ 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).

## [v12.0.0](https://github.com/puppetlabs/puppetlabs-java/tree/v12.0.0) - 2026-06-28
## [v12.1.0](https://github.com/puppetlabs/puppetlabs-java/tree/v12.1.0) - 2026-08-31

[Full Changelog](https://github.com/puppetlabs/puppetlabs-java/compare/v12.0.0...v12.1.0)

### Added

- (MODULES-11704) Add Puppet 9 support [#630](https://github.com/puppetlabs/puppetlabs-java/pull/630) ([imaqsood](https://github.com/imaqsood))

### Fixed

- (MODULES-11917) Default RHEL 10 to OpenJDK 21 [#631](https://github.com/puppetlabs/puppetlabs-java/pull/631) ([imaqsood](https://github.com/imaqsood))

## [v12.0.0](https://github.com/puppetlabs/puppetlabs-java/tree/v12.0.0) - 2026-06-29

[Full Changelog](https://github.com/puppetlabs/puppetlabs-java/compare/v11.2.0...v12.0.0)

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-java",
"version": "12.0.0",
"version": "12.1.0",
"author": "puppetlabs",
"summary": "Installs the correct Java package on various platforms.",
"license": "Apache-2.0",
Expand Down
Loading