diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cd52c1e8d..4c4a46efe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.5.0" + ".": "7.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d36a7bc41..dcd325fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [7.6.0](https://github.com/gitify-app/gitify/compare/v7.5.0...v7.6.0) (2026-08-26) + + +### 🚀 Features + +* **linux:** add opt-in X11 backend for tray-anchored positioning ([#3218](https://github.com/gitify-app/gitify/issues/3218)) ([d7df927](https://github.com/gitify-app/gitify/commit/d7df92723a68c029b374d575f08986d7a00127db)) +* **updater:** add setting to opt-out of update notifications ([#3201](https://github.com/gitify-app/gitify/issues/3201)) ([54cf67a](https://github.com/gitify-app/gitify/commit/54cf67a1659f0899d9226e8e2062ddb5dfd56978)) + + +### 📚 Documentation + +* Update CONTRIBUTING.md ([d0a462b](https://github.com/gitify-app/gitify/commit/d0a462b9b0e4b869c93a5ece06ed2d95cfc8a720)) + + +### 📦 Dependency Updates (Core) + +* **deps-core:** update @octokit/request to v10.0.15 ([#3223](https://github.com/gitify-app/gitify/issues/3223)) ([7c74375](https://github.com/gitify-app/gitify/commit/7c74375ecbbaa67c8f619bb6193d46e9f0a8bdfe)) +* **deps-core:** update @primer/react to v38.36.0 ([#3219](https://github.com/gitify-app/gitify/issues/3219)) ([ec10db1](https://github.com/gitify-app/gitify/commit/ec10db1ac999a4a3d8c5ee9040601557fc69f5ba)) + ## [7.5.0](https://github.com/gitify-app/gitify/compare/v7.4.0...v7.5.0) (2026-08-22) diff --git a/package.json b/package.json index 7b5f846d2..e26af222e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "7.5.0", + "version": "7.6.0", "private": true, "description": "Git notifications on your menu bar.", "keywords": [ diff --git a/sonar-project.properties b/sonar-project.properties index c595e5f46..16f857807 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -5,7 +5,7 @@ sonar.projectKey=gitify-app_gitify sonar.organization=gitify-app # x-release-please-start-version -sonar.projectVersion=7.5.0 +sonar.projectVersion=7.6.0 # x-release-please-end-version sonar.projectDescription=GitHub notifications on your menu bar.