From 49ef4596d1a01885cb966888237bd192031972dd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 12 Aug 2021 10:19:23 +0000 Subject: [PATCH] Release prep v7.1.0 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 1 + metadata.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea24a2..dbf1e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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). +## [v7.1.0](https://github.com/puppetlabs/puppetlabs-java/tree/v7.1.0) (2021-08-12) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-java/compare/v7.0.2...v7.1.0) + +### Added + +- pdksync - \(IAC-1709\) - Add Support for Debian 11 [\#489](https://github.com/puppetlabs/puppetlabs-java/pull/489) ([david22swan](https://github.com/david22swan)) + ## [v7.0.2](https://github.com/puppetlabs/puppetlabs-java/tree/v7.0.2) (2021-04-26) [Full Changelog](https://github.com/puppetlabs/puppetlabs-java/compare/v7.0.1...v7.0.2) diff --git a/REFERENCE.md b/REFERENCE.md index 61fdc79..ea7300f 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -490,3 +490,4 @@ Data type: `Any` The name for the optional symlink in the installation directory. Default value: ``undef`` + diff --git a/metadata.json b/metadata.json index 23a6bcd..68e79ed 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-java", - "version": "7.0.2", + "version": "7.1.0", "author": "puppetlabs", "summary": "Installs the correct Java package on various platforms.", "license": "Apache-2.0",