From ec64f15d049c09658fe99e8e116223256076ffcd Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 3 Mar 2024 19:39:51 +0000 Subject: [PATCH] Release prep v2.0.2 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aaa22b..ac08eca 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). +## [v2.0.2](https://github.com/TheMeier/themeier-systemd_cron/tree/v2.0.2) - 2024-03-03 + +[Full Changelog](https://github.com/TheMeier/themeier-systemd_cron/compare/v2.0.1...v2.0.2) + +### Fixed + +- fix missing Install section in timer [#41](https://github.com/TheMeier/themeier-systemd_cron/pull/41) ([TheMeier](https://github.com/TheMeier)) + ## [v2.0.1](https://github.com/TheMeier/themeier-systemd_cron/tree/v2.0.1) - 2024-02-27 [Full Changelog](https://github.com/TheMeier/themeier-systemd_cron/compare/v2.0.0...v2.0.1) diff --git a/metadata.json b/metadata.json index 3317e2f..d4de0e1 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "themeier-systemd_cron", - "version": "2.0.1", + "version": "2.0.2", "author": "TheMeier", "summary": "Create cron replacements with systemd services and timers", "license": "Apache-2.0",