Skip to content

Commit

Permalink
Update to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Aug 23, 2022
1 parent 4788f10 commit c39df82
Show file tree
Hide file tree
Showing 11 changed files with 3,583 additions and 4,872 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v4.6.1 (2022-08-23)

**Fix** Fix startup error for new instances. Thanks @ cdloh.



### v4.6.0 (2022-08-22)

**Feature** Add option to replace german umlauts and special characters.
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
</parent>

<artifactId>core</artifactId>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
</dependency>

<!-- spring (boot) -->
Expand Down
Loading

0 comments on commit c39df82

Please sign in to comment.