From 7c40dcd9a88f4cbd5c5d436c38aef4826144463d Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Mon, 27 May 2024 14:12:26 +0200 Subject: [PATCH] prepare new release --- CHANGELOG.md | 6 +++++- composer.json | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7884c4f..1829f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# Changelog +## Version 2.2.0 + +Compatibility: requires minimum Kimai 2.17.0 + +- Code modernization ## Version 2.1.0 diff --git a/composer.json b/composer.json index cf9bf70..8555e6d 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Edit custom CSS rules through an administration screen.", "homepage": "https://www.kimai.org/store/keleo-css-custom-bundle.html", "type": "kimai-plugin", - "version": "2.1.0", + "version": "2.2.0", "keywords": [ "kimai", "kimai-plugin" @@ -17,7 +17,7 @@ ], "extra": { "kimai": { - "require": 20100, + "require": 21700, "name": "Custom CSS" } },