diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a917b..8684ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.1.2](https://github.com/devopsarr/sonarr-go/compare/v1.1.1...v1.1.2) (2026-01-07) + + +### Bug Fixes + +* **deps:** update dependency sonarr/sonarr to v4.0.16.2944 ([712275b](https://github.com/devopsarr/sonarr-go/commit/712275b4271c0d51a989eefa743eaf602a9d1527)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.17.0 ([ad3bd02](https://github.com/devopsarr/sonarr-go/commit/ad3bd022a48a14b9e7377b73e734962edb76e3bf)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.18.0 ([da3ff06](https://github.com/devopsarr/sonarr-go/commit/da3ff060bf4d76a5da2f57cb7fb104cc98dcd9a9)) + ## [1.1.1](https://github.com/devopsarr/sonarr-go/compare/v1.1.0...v1.1.1) (2025-09-02) diff --git a/README.md b/README.md index 83b8dc5..daea9b6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,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://www.openapis.org/) from a remote server, you can easily generate an API client. - API version: v4.0.16.2944 -- Package version: 1.1.1 +- Package version: 1.1.2 - Generator version: 7.18.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/sonarr/configuration.go b/sonarr/configuration.go index b982e54..d4faac2 100644 --- a/sonarr/configuration.go +++ b/sonarr/configuration.go @@ -89,7 +89,7 @@ type Configuration struct { func NewConfiguration() *Configuration { cfg := &Configuration{ DefaultHeader: make(map[string]string), - UserAgent: "sonarr-go/v1.1.1", // x-release-please-version + UserAgent: "sonarr-go/v1.1.2", // x-release-please-version Debug: false, Servers: ServerConfigurations{ {