diff --git a/CHANGELOG.md b/CHANGELOG.md index 5615e43..5a33305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.1.3](https://github.com/JamesNZL/flow-toggl-plugin/compare/v2.1.2...v2.1.3) (2023-05-15) + + +### Bug Fixes + +* **ux:** :speech_balloon: fix casing of `"No Project"` to match toggl ([65ebf8d](https://github.com/JamesNZL/flow-toggl-plugin/commit/65ebf8de721730959501ede175f2a1c515ac96a8)) + ### [2.1.2](https://github.com/JamesNZL/flow-toggl-plugin/compare/v2.1.1...v2.1.2) (2023-05-14) diff --git a/src/plugin.json b/src/plugin.json index 90777d0..5c44305 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -4,7 +4,7 @@ "Name": "Toggl Track", "Description": "A time tracking plugin for Flow Launcher using Toggl Track", "Author": "JamesNZL", - "Version": "2.1.2", + "Version": "2.1.3", "Language": "csharp", "Website": "https://github.com/JamesNZL/flow-toggl-plugin", "IcoPath": "app.png",