From f0b6bae178a00a9af2e3876b2d07798591fdd447 Mon Sep 17 00:00:00 2001 From: David Swan Date: Fri, 24 Jul 2020 14:05:38 +0100 Subject: [PATCH] (IAC-962) - v2.1.0 Release Prep --- CHANGELOG.md | 10 +++++++++- metadata.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc999f97..7612609e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,21 @@ 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). +## [v2.1.0](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v2.0.1) (2020-07-24) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-scheduled_task/compare/v2.0.1...v2.0.1) + +### Added + +- \(IAC-918\) - `disable\_time\_zone\_synchronization` function implemented [\#145](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/145) ([david22swan](https://github.com/david22swan)) + ## [v2.0.1](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v2.0.1) (2020-02-12) [Full Changelog](https://github.com/puppetlabs/puppetlabs-scheduled_task/compare/v2.0.0...v2.0.1) ### Fixed -- \(MODULES-10101\) Use RunOnLastWeekOfMonth for which\_occurrence = last [\#119](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/119) ([cmccrisken-puppet](https://github.com/cmccrisken-puppet)) +- \(MODULES-10101\) Use RunOnLastWeekOfMonth for which\_occurrence = last [\#119](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/119) ([sanfrancrisko](https://github.com/sanfrancrisko)) ## [v2.0.0](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v2.0.0) (2019-08-15) diff --git a/metadata.json b/metadata.json index 8ddacb01..bf641fa5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-scheduled_task", - "version": "2.0.1", + "version": "2.1.0", "author": "puppetlabs", "summary": "Manage scheduled tasks for Windows Server 2008 and newer operating systems.", "license": "Apache-2.0",