From 7ddaa2babce10a60885c6b128e144b1e9bc54405 Mon Sep 17 00:00:00 2001 From: Vedran Hrabar Date: Wed, 2 Sep 2026 22:26:02 +0200 Subject: [PATCH 1/2] Remove 0.1.0 release notes from CHANGELOG Removed version 0.1.0 release notes from changelog. --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbd9ca..48652af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ ## [Unreleased] -## [0.1.0] - 2026-09-02 - ### Added - **Settings | Tools | IssueHub** accounts page, with one section per provider listing the accounts stored for it, an **Add Account…** dialog and a **Remove** action. Accounts are application-level, so they are shared by every project. From 0811b2bf8161485df58e38f6e575009e90640915 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 20:28:17 +0000 Subject: [PATCH 2/2] docs(changelog): promote to 0.1.1 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48652af..a261aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [0.1.1] - 2026-09-02 + ### Added - **Settings | Tools | IssueHub** accounts page, with one section per provider listing the accounts stored for it, an **Add Account…** dialog and a **Remove** action. Accounts are application-level, so they are shared by every project. @@ -33,7 +35,6 @@ - Withdrawn. The upload was rejected by the JetBrains Marketplace over the plugin's use of internal and deprecated platform API. - ## [0.0.4] - 2026-08-04 ### Added @@ -129,7 +130,8 @@ - Verified against IntelliJ Platform 2025.2 through 2026.2 -[Unreleased]: https://github.com/vhrabar/IssueHub/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/vhrabar/IssueHub/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/vhrabar/IssueHub/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/vhrabar/IssueHub/compare/v0.0.4...v0.1.0 [0.0.4]: https://github.com/vhrabar/IssueHub/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/vhrabar/IssueHub/compare/v0.0.2...v0.0.3