diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c37ea..cdb12c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.2](https://github.com/devopsarr/overseerr-rs/compare/v0.1.1...v0.1.2) (2026-02-17) + + +### Bug Fixes + +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.17.0 ([29c766c](https://github.com/devopsarr/overseerr-rs/commit/29c766ce893aabb80b64381d619a8252e32de080)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.18.0 ([61729ae](https://github.com/devopsarr/overseerr-rs/commit/61729ae01ad12c44c95f2531d6a4c3a27db53b82)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.19.0 ([e92a066](https://github.com/devopsarr/overseerr-rs/commit/e92a066b1a41d37840ac1ec1f8831fdaa192ed87)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.20.0 ([ecd4a18](https://github.com/devopsarr/overseerr-rs/commit/ecd4a1872718f47627539c3338fe61dcece421a2)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.20.0 ([40c643e](https://github.com/devopsarr/overseerr-rs/commit/40c643e4a5809f9de4a4e77fbaaf19b578a11f01)) + ## [0.1.1](https://github.com/devopsarr/overseerr-rs/compare/v0.1.0...v0.1.1) (2025-09-02) diff --git a/Cargo.toml b/Cargo.toml index d6bb558..a1a33b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "overseerr" -version = "0.1.1" # x-release-please-version +version = "0.1.2" # x-release-please-version authors = ["OpenAPI Generator team and contributors"] description = "This is the documentation for the Overseerr API backend. Two primary authentication methods are supported: - **Cookie Authentication**: A valid sign-in to the `/auth/plex` or `/auth/local` will generate a valid authentication cookie. - **API Key Authentication**: Sign-in is also possible by passing an `X-Api-Key` header along with a valid API Key generated by Overseerr. " # Override this license by providing a License Object in the OpenAPI. diff --git a/README.md b/README.md index 0255b93..7040f9b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Two primary authentication methods are supported: 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: v1.35.0 -- Package version: 0.1.1 +- Package version: 0.1.2 - Generator version: 7.20.0 - Build package: `org.openapitools.codegen.languages.RustClientCodegen`