diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c37ea..a175ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/devopsarr/overseerr-rs/compare/v0.1.1...v0.1.2) (2025-11-07) + + +### Bug Fixes + +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.17.0 ([29c766c](https://github.com/devopsarr/overseerr-rs/commit/29c766ce893aabb80b64381d619a8252e32de080)) + ## [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 0c3cc6b..bc6f3dc 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 d7b1c0e..dee201f 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.34.0 -- Package version: 0.1.1 +- Package version: 0.1.2 - Generator version: 7.17.0 - Build package: `org.openapitools.codegen.languages.RustClientCodegen`