diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d78ee2..da64a7ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/devopsarr/radarr-go/compare/v1.2.1...v1.2.2) (2025-11-07) + + +### Bug Fixes + +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.17.0 ([0cdc464](https://github.com/devopsarr/radarr-go/commit/0cdc46401a767455c2f23b943c94fda817a75adb)) + ## [1.2.1](https://github.com/devopsarr/radarr-go/compare/v1.2.0...v1.2.1) (2025-09-04) diff --git a/README.md b/README.md index b6ced093..7a8f32fd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Radarr API docs This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. - API version: v5.27.5.10198 -- Package version: 1.2.1 +- Package version: 1.2.2 - Generator version: 7.17.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/radarr/configuration.go b/radarr/configuration.go index 55ffadb2..a723dbd6 100644 --- a/radarr/configuration.go +++ b/radarr/configuration.go @@ -89,7 +89,7 @@ type Configuration struct { func NewConfiguration() *Configuration { cfg := &Configuration{ DefaultHeader: make(map[string]string), - UserAgent: "radarr-go/v1.2.1", // x-release-please-version + UserAgent: "radarr-go/v1.2.2", // x-release-please-version Debug: false, Servers: ServerConfigurations{ {