diff --git a/app/package.json b/app/package.json index 21f67d61e0a..872576d69ff 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "1.3.2-beta1", + "version": "1.3.2", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 814f6887fe1..0336873fe05 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,11 @@ { "releases": { + "1.3.2": [ + "[Fixed] Bugfix for background checks not being aware of missing repositories - #5282", + "[Fixed] Check the local state of a repository before performing Git operations - #5289", + "[Fixed] Switch to history view for default branch when deleting current branch during a compare - #5256", + "[Fixed] Handle missing .git directory inside a tracked repository - #5291" + ], "1.3.2-beta1": [ "[Fixed] Bugfix for background checks not being aware of missing repositories - #5282", "[Fixed] Check the local state of a repository before performing Git operations - #5289",