Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <!--- x-release-please-version -->
- Package version: 0.1.2 <!--- x-release-please-version -->
- Generator version: 7.17.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`

Expand Down