From 09de507e8b68eb73288a05fa5fc2a38d4b2371f3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 21 Dec 2023 03:05:55 +0000 Subject: [PATCH] Release prep v1.3.0 --- CHANGELOG.md | 8 ++++++++ lib/puppet_litmus/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0371ebe..ebd76b8 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.3.0](https://github.com/puppetlabs/puppet_litmus/tree/v1.3.0) - 2023-12-21 + +[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.2.1...v1.3.0) + +### Added + +- (CAT-1522) - Adding support for Ubuntu 22.04 ARM OS [#537](https://github.com/puppetlabs/puppet_litmus/pull/537) ([Ramesh7](https://github.com/Ramesh7)) + ## [v1.2.1](https://github.com/puppetlabs/puppet_litmus/tree/v1.2.1) - 2023-11-10 [Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.2.0...v1.2.1) diff --git a/lib/puppet_litmus/version.rb b/lib/puppet_litmus/version.rb index cdbfbff..73eb068 100644 --- a/lib/puppet_litmus/version.rb +++ b/lib/puppet_litmus/version.rb @@ -2,5 +2,5 @@ # version of this gem module PuppetLitmus - VERSION = '1.2.1' + VERSION = '1.3.0' end