From 7886c7fa22d18618f9c686a6eee4c4e567256491 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 09:56:24 -0500 Subject: [PATCH] Release prep v1.4.0 (#71) Co-authored-by: GitHub Action --- CHANGELOG.md | 8 ++++++++ metadata.json | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17937ff..002bb39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,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.4.0](https://github.com/tragiccode/tragiccode-wsusserver/tree/v1.4.0) (2022-08-24) + +[Full Changelog](https://github.com/tragiccode/tragiccode-wsusserver/compare/v1.3.0...v1.4.0) + +### Added + +- Add deprecation notice [\#69](https://github.com/TraGicCode/tragiccode-wsusserver/pull/69) ([TraGicCode](https://github.com/TraGicCode)) + ## [v1.3.0](https://github.com/tragiccode/tragiccode-wsusserver/tree/v1.3.0) (2022-02-03) [Full Changelog](https://github.com/tragiccode/tragiccode-wsusserver/compare/v1.2.0...v1.3.0) diff --git a/metadata.json b/metadata.json index 88f3ef1..2471327 100644 --- a/metadata.json +++ b/metadata.json @@ -1,15 +1,12 @@ { "name": "tragiccode-wsusserver", - "version": "1.3.0", + "version": "1.4.0", "author": "tragiccode", "summary": "The wsusserver module installs and manages the windows update services on Windows systems.", "license": "Apache-2.0", "source": "https://github.com/TraGicCode/tragiccode-wsusserver", "project_page": "https://github.com/TraGicCode/tragiccode-wsusserver", "issues_url": "https://github.com/TraGicCode/tragiccode-wsusserver/issues", - "tags": [ - "deprecated" - ], "dependencies": [ { "name": "puppetlabs/stdlib", @@ -39,7 +36,10 @@ "version_requirement": ">= 4.7.1 < 8.0.0" } ], + "tags": [ + "deprecated" + ], "pdk-version": "2.3.0", "template-url": "https://github.com/puppetlabs/pdk-templates.git#main", "template-ref": "heads/main-0-gfa6b6d2" -} \ No newline at end of file +}