From 0aed232b88abaa6f381237f0ca6f7307807571bc Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 25 Sep 2024 14:29:16 +0000 Subject: [PATCH 1/2] Release prep v1.2.2 --- CHANGELOG.md | 8 ++++++++ lib/pwsh/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9335d2f0..442607f3 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). +## [v1.2.2](https://github.com/puppetlabs/ruby-pwsh/tree/v1.2.2) - 2024-09-25 + +[Full Changelog](https://github.com/puppetlabs/ruby-pwsh/compare/v1.2.1...v1.2.2) + +### Fixed + +- (CAT-2061) Fix empty string nullification [#346](https://github.com/puppetlabs/ruby-pwsh/pull/346) ([david22swan](https://github.com/david22swan)) + ## [v1.2.1](https://github.com/puppetlabs/ruby-pwsh/tree/v1.2.1) - 2024-09-20 [Full Changelog](https://github.com/puppetlabs/ruby-pwsh/compare/v1.2.0...v1.2.1) diff --git a/lib/pwsh/version.rb b/lib/pwsh/version.rb index 049a6737..37cf7bde 100644 --- a/lib/pwsh/version.rb +++ b/lib/pwsh/version.rb @@ -2,5 +2,5 @@ module Pwsh # The version of the ruby-pwsh gem - VERSION = '1.2.1' + VERSION = '1.2.2' end From 479f69fae45db9506e14c7cc610fa47f5bd886f0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 25 Sep 2024 14:29:32 +0000 Subject: [PATCH 2/2] Module Release prep v1.2.2 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index e6d156aa..5afafc73 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-pwshlib", - "version": "1.2.1", + "version": "1.2.2", "author": "puppetlabs", "summary": "Provide library code for interoperating with PowerShell.", "license": "MIT",