diff --git a/app/package.json b/app/package.json index 9ca07a71f6..ef0ebec3fd 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "3.0.6", + "version": "3.0.7-beta1", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index d998116cef..eb4e4e137c 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,9 @@ { "releases": { + "3.0.7-beta1": [ + "[Added] Add Emacs integration for macOS - #15130. Thanks @zipperer!", + "[Fixed] Do not show login prompt when repositories are fetched - #15163" + ], "3.0.6": [ "[Added] Add Warp terminal integration for macOS - #14329. Thanks @lhvy!", "[Added] Add context menu to the Current Branch and Current Repository toolbar - #13148. Thanks @uttiya10!",