From 1f393e8dcc513376c24906d003951c991ea36710 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 21 Feb 2024 10:05:00 +0000 Subject: [PATCH 1/2] Release prep v1.1.1 --- CHANGELOG.md | 9 +++++++++ lib/pwsh/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72027fb2..605de86c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.1.1](https://github.com/puppetlabs/ruby-pwsh/tree/v1.1.1) - 2024-02-21 + +[Full Changelog](https://github.com/puppetlabs/ruby-pwsh/compare/v1.1.0...v1.1.1) + +### Fixed + +- (CAT-1724) - Fix Provider returned data not matching Type Schema [#295](https://github.com/puppetlabs/ruby-pwsh/pull/295) ([jordanbreen28](https://github.com/jordanbreen28)) +- Fix enum idempotency [#291](https://github.com/puppetlabs/ruby-pwsh/pull/291) ([Clebam](https://github.com/Clebam)) + ## [v1.1.0](https://github.com/puppetlabs/ruby-pwsh/tree/v1.1.0) - 2024-01-31 [Full Changelog](https://github.com/puppetlabs/ruby-pwsh/compare/v1.0.1...v1.1.0) diff --git a/lib/pwsh/version.rb b/lib/pwsh/version.rb index 3ecf2b11..8396a490 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.1.0' + VERSION = '1.1.1' end From a4b4f9641c8a38f92b90b9550745b82be53488c4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 21 Feb 2024 10:05:15 +0000 Subject: [PATCH 2/2] Module Release prep v1.1.1 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 8f0c4cde..d5d10a4b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-pwshlib", - "version": "1.1.0", + "version": "1.1.1", "author": "puppetlabs", "summary": "Provide library code for interoperating with PowerShell.", "license": "MIT",