Skip to content

Commit 7292c75

Browse files
committed
chore: update version to 0.2.1 and add change notes for JetBrains plugin verifier compatibility fixes
1 parent 99f336e commit 7292c75

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to the OpenRouter IntelliJ Plugin will be documented in this
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.1] - 2025-10-04
9+
10+
- fix: resolve JetBrains plugin verifier compatibility issues and optimize workflows
11+
812
## [0.2.0] - 2025-10-04
913

1014
### OpenRouter models support for 3rd-party AI Assistants

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup = org.zhavoronkov
44
pluginName = OpenRouter
55
pluginRepositoryUrl = https://github.com/DimazzzZ/openrouter-intellij-plugin
6-
pluginVersion = 0.2.0
6+
pluginVersion = 0.2.1
77

88
# Plugin metadata
99
pluginId = org.zhavoronkov.openrouter

src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959

6060
<!-- Change notes for this version -->
6161
<change-notes><![CDATA[
62+
<h3>🎉 Version 0.2.1 - OpenRouter models support for 3rd-party AI Assistants (2025-10-04)</h3>
63+
<ul>
64+
<li>fix: resolve JetBrains plugin verifier compatibility issues and optimize workflows</li>
65+
</ul>
66+
6267
<h3>🎉 Version 0.2.0 - OpenRouter models support for 3rd-party AI Assistants (2025-10-03)</h3>
6368
<p><strong>New Features:</strong></p>
6469
<ul>

0 commit comments

Comments
 (0)