Skip to content

Commit

Permalink
Prepare 2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Apr 18, 2024
1 parent 09361c7 commit 8fb0ae2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### Changelog

#### 2.4.1

- Based on detekt 1.23.6
- Fix error notifications showing detekt does not override update thread function - [#513](https://github.com/detekt/detekt-intellij-plugin/issues/513)

#### 2.4.0

- Based on detekt 1.23.6
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
detekt = "1.23.6"
# Use -beta[.number] for pre-releases
detektIJ = "2.4.0"
detektIJ = "2.4.1"
assertj = "3.24.2"
junit5 = "5.10.2"
junit5Platform = "1.10.2"
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@

<change-notes><![CDATA[
<ul>
<li>2.4.1
<br>
<ul>
<li>Based on detekt 1.23.6</li>
<li>Fix error notifications showing detekt does not override update thread function</li>
</ul>
</li>
<li>2.4.0
<br>
<ul>
Expand Down

0 comments on commit 8fb0ae2

Please sign in to comment.