diff --git a/app/package.json b/app/package.json index d8f80abbb..1176ce9c6 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "Kactus", "bundleID": "io.kactus.KactusClient", "companyName": "Kactus.io", - "version": "0.3.27", + "version": "0.3.28", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index da752c227..274243b92 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,9 @@ { "unreleased": [], "releases": { + "0.3.28": [ + "[Fixed] Prevent a bug where the changes' list could grow forever" + ], "0.3.27": [ "[New] Set Git proxy environment variables from system configuration automatically", "[Added] Enable creating a GitHub issue from app menu and keyboard shortcut",