Skip to content

Commit

Permalink
Update to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Jul 9, 2022
1 parent a2efc9e commit 1ef0890
Show file tree
Hide file tree
Showing 11 changed files with 3,569 additions and 4,850 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v4.5.0 BETA (2022-07-09)

**Feature** Automatically use NZB access and adding types required by certain indexers. See <a href="https://github.com/theotherp/nzbhydra2/issues/784">#784</a>.

**Feature** Add debug logging for category mapping.



### v4.4.0 (2022-06-26)

**Feature** Add validation to ensure your configuration matches the requirements of a certain indexer.
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.4.1-SNAPSHOT</version>
<version>4.5.0</version>
</parent>

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

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

0 comments on commit 1ef0890

Please sign in to comment.