Skip to content

Commit

Permalink
Update to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Oct 29, 2020
1 parent 40d8e6a commit 5ebaba2
Show file tree
Hide file tree
Showing 11 changed files with 2,967 additions and 4,033 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.2 (2020-10-29)

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



### v3.4.1 (2020-10-25)

**Fix** Fixed external configuration of Radarr and Sonarr V3 (wrt torrents).
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.2-SNAPSHOT</version>
<version>3.4.2</version>
</parent>

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

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

0 comments on commit 5ebaba2

Please sign in to comment.