diff --git a/CHANGELOG.md b/CHANGELOG.md index f1eb7be..5e51fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.0 + +- Reworked options to open and copy link #17 + ## 2.0.1 - Added missing translations diff --git a/composer.json b/composer.json index b7c4a64..ba5c000 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Share project timesheets with anyone", "homepage": "https://github.com/dexterity42/SharedProjectTimesheetsBundle", "type": "kimai-plugin", - "version": "2.0.1", + "version": "2.1.0", "autoload": { "psr-4": { "KimaiPlugin\\SharedProjectTimesheetsBundle\\": "" @@ -20,7 +20,7 @@ "extra": { "kimai": { "require": "1.15", - "version": "2.0.1", + "version": "2.1.0", "name": "ShareProjectTimesheetsBundle" } },