From 1f68cc36e1626c5e64ba058a237cc55a46a2b1d5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 31 Jan 2024 15:57:29 +0000 Subject: [PATCH] Release prep v1.1.0 --- CHANGELOG.md | 12 ++++++++++++ lib/pwsh/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 066c1970..72027fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.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) + +### Added + +- (feat) - add retries on failed dsc invocation [#282](https://github.com/puppetlabs/ruby-pwsh/pull/282) ([jordanbreen28](https://github.com/jordanbreen28)) + +### Fixed + +- (CAT-1688) Upgrade rubocop to `~> 1.50.0` [#279](https://github.com/puppetlabs/ruby-pwsh/pull/279) ([LukasAud](https://github.com/LukasAud)) + ## [v1.0.1](https://github.com/puppetlabs/ruby-pwsh/tree/v1.0.1) - 2023-12-13 [Full Changelog](https://github.com/puppetlabs/ruby-pwsh/compare/v1.0.0...v1.0.1) diff --git a/lib/pwsh/version.rb b/lib/pwsh/version.rb index a67cf022..3ecf2b11 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.0.1' + VERSION = '1.1.0' end