Skip to content

Commit

Permalink
Update to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Apr 3, 2022
1 parent 4d8c6f5 commit a1e7109
Show file tree
Hide file tree
Showing 11 changed files with 3,499 additions and 4,755 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v4.3.0 (2022-04-03)

**Feature** Allow to configure an indexer's API path. See <a href="https://github.com/theotherp/nzbhydra2/issues/766">#766</a>

**Feature** OpenAPI docs are now available under http://127.0.0.1:5061/v3/api-docs/. This will only be interesting for very few (if any) users. Unfortunately I couldn't get the swagger UI working. You'll have to visit http://127.0.0.1:5061/swagger-ui/index.html and paste the api-docs URL.



### v4.2.1 (2022-03-24)

**Note** Added a banner of and link to NewsDemon. Thanks for sponsoring me!
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.2.2-SNAPSHOT</version>
<version>4.3.0</version>
</parent>

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

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

0 comments on commit a1e7109

Please sign in to comment.