Skip to content

Commit

Permalink
Update to 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Oct 31, 2020
1 parent 78679ec commit 05ad026
Show file tree
Hide file tree
Showing 11 changed files with 2,975 additions and 4,044 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v3.4.3 (2020-10-31)

**Fix** Fix error that ocurred when notifications without Apprise URLs were sent.



### v3.4.2 (2020-10-29)

**Fix** Fix error that ocurred when notifications without Apprise URLs were sent.
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>3.4.3-SNAPSHOT</version>
<version>3.4.3</version>
</parent>

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

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

0 comments on commit 05ad026

Please sign in to comment.