Skip to content

Commit 46e26f2

Browse files
Prepare release 0.8.9 by updating version and changelog
1 parent 114c4af commit 46e26f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# Axon Framework plugin Changelog
44

5+
## [0.8.9]
6+
- Fix false highlights about non existing properties when they are defined in a superclass #307 Thanks to @guymahieu
7+
58
## [0.8.8]
69
- Fix classes not rendering the correct value in popup of classes
710
- Plugin is now compatible with IDEA 2024.3 (IDEA 243.*) with minimum version of 2024.2

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Basic plugin information
1919
pluginGroup=io.axoniq.ide.intellij
2020
pluginName=Axon Framework
21-
pluginVersion=0.8.8
21+
pluginVersion=0.8.9
2222
axonVersion=4.10.1
2323
javaVersion = 17
2424

0 commit comments

Comments
 (0)