diff --git a/CHANGELOG.md b/CHANGELOG.md index a91193b..5fd0196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.2](https://github.com/devopsarr/sonarr-rs/compare/v0.1.1...v0.1.2) (2026-02-17) + + +### Bug Fixes + +* **deps:** update dependency sonarr/sonarr to v4.0.16.2944 ([125a4ae](https://github.com/devopsarr/sonarr-rs/commit/125a4ae856fa32054513cf7fe0efbcec8e0c3e6b)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.17.0 ([836727f](https://github.com/devopsarr/sonarr-rs/commit/836727f8b6da642a44dd73b0d39140b1a8856ab2)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.18.0 ([cfe732f](https://github.com/devopsarr/sonarr-rs/commit/cfe732f1fe48de1fd2d9d72d224f0a95f1861136)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.19.0 ([df02d63](https://github.com/devopsarr/sonarr-rs/commit/df02d63d4e78be5ad626e3834be74c0e853485c5)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.20.0 ([46364ad](https://github.com/devopsarr/sonarr-rs/commit/46364adef79b690a1dd1cffd0c3c7c5a2453196f)) + ## [0.1.1](https://github.com/devopsarr/sonarr-rs/compare/v0.1.0...v0.1.1) (2025-09-02) diff --git a/Cargo.toml b/Cargo.toml index 15832f5..72f3895 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sonarr" -version = "0.1.1" # x-release-please-version +version = "0.1.2" # x-release-please-version authors = ["OpenAPI Generator team and contributors"] description = "Sonarr API docs - The v3 API docs apply to both v3 and v4 versions of Sonarr. Some functionality may only be available in v4 of the Sonarr application." license = "GPL-3.0" diff --git a/README.md b/README.md index ef142cb..b8f143a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Sonarr API docs - The v3 API docs apply to both v3 and v4 versions of Sonarr. So This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client. - API version: v4.0.16.2944 -- Package version: 0.1.1 +- Package version: 0.1.2 - Generator version: 7.20.0 - Build package: `org.openapitools.codegen.languages.RustClientCodegen`