From 0265c68abd3c8e8e1e3f0c17e88b30496aba5e26 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 22 Feb 2024 04:18:05 +0000 Subject: [PATCH] Release prep v5.0.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e87e6ae..38ea790e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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). +## [v5.0.1](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v5.0.1) - 2024-02-22 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sqlserver/compare/v5.0.0...v5.0.1) + +### Fixed + +- (CAT-1728) - Unable to use password function as deferred function [#469](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/469) ([Ramesh7](https://github.com/Ramesh7)) + ## [v5.0.0](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v5.0.0) - 2024-02-16 [Full Changelog](https://github.com/puppetlabs/puppetlabs-sqlserver/compare/v4.1.0...v5.0.0) diff --git a/metadata.json b/metadata.json index d977db1f..e5022d0d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-sqlserver", - "version": "5.0.0", + "version": "5.0.1", "author": "puppetlabs", "summary": "The `sqlserver` module installs and manages MS SQL Server 2014, 2016, 2017, 2019 and 2022 on Windows systems.", "license": "proprietary",