Skip to content

Commit 7886c7f

Browse files
Release prep v1.4.0 (#71)
Co-authored-by: GitHub Action <[email protected]>
1 parent c3f454e commit 7886c7f

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## [v1.4.0](https://github.com/tragiccode/tragiccode-wsusserver/tree/v1.4.0) (2022-08-24)
6+
7+
[Full Changelog](https://github.com/tragiccode/tragiccode-wsusserver/compare/v1.3.0...v1.4.0)
8+
9+
### Added
10+
11+
- Add deprecation notice [\#69](https://github.com/TraGicCode/tragiccode-wsusserver/pull/69) ([TraGicCode](https://github.com/TraGicCode))
12+
513
## [v1.3.0](https://github.com/tragiccode/tragiccode-wsusserver/tree/v1.3.0) (2022-02-03)
614

715
[Full Changelog](https://github.com/tragiccode/tragiccode-wsusserver/compare/v1.2.0...v1.3.0)

metadata.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"name": "tragiccode-wsusserver",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"author": "tragiccode",
55
"summary": "The wsusserver module installs and manages the windows update services on Windows systems.",
66
"license": "Apache-2.0",
77
"source": "https://github.com/TraGicCode/tragiccode-wsusserver",
88
"project_page": "https://github.com/TraGicCode/tragiccode-wsusserver",
99
"issues_url": "https://github.com/TraGicCode/tragiccode-wsusserver/issues",
10-
"tags": [
11-
"deprecated"
12-
],
1310
"dependencies": [
1411
{
1512
"name": "puppetlabs/stdlib",
@@ -39,7 +36,10 @@
3936
"version_requirement": ">= 4.7.1 < 8.0.0"
4037
}
4138
],
39+
"tags": [
40+
"deprecated"
41+
],
4242
"pdk-version": "2.3.0",
4343
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
4444
"template-ref": "heads/main-0-gfa6b6d2"
45-
}
45+
}

0 commit comments

Comments
 (0)