From a6903faedacd2167d1795b99194463a9d42bc756 Mon Sep 17 00:00:00 2001 From: "devopsarr[bot]" <127950054+devopsarr[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 08:39:56 +0000 Subject: [PATCH] chore(main): release 1.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 2 +- sonarr/configuration.go | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7867a62..30668ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a917b..785e4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.1.2](https://github.com/devopsarr/sonarr-go/compare/v1.1.1...v1.1.2) (2026-03-27) + + +### Bug Fixes + +* **deps:** update dependency sonarr/sonarr to v4.0.16.2944 ([31c6ffc](https://github.com/devopsarr/sonarr-go/commit/31c6ffc7f1d115fb4b186aa584e3d645c4d86a5c)) +* **deps:** update dependency sonarr/sonarr to v4.0.16.2944 ([712275b](https://github.com/devopsarr/sonarr-go/commit/712275b4271c0d51a989eefa743eaf602a9d1527)) +* **deps:** update dependency sonarr/sonarr to v4.0.17.2952 ([f43632e](https://github.com/devopsarr/sonarr-go/commit/f43632e087b2c5da8f374b875e106eece0638268)) +* **deps:** update dependency sonarr/sonarr to v4.0.17.2952 ([b74ab96](https://github.com/devopsarr/sonarr-go/commit/b74ab967865a2636a4370c8dd2e6252676d52baa)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.16.0 ([0ede22c](https://github.com/devopsarr/sonarr-go/commit/0ede22cbcf78465473a0df9e32b3558efdd2c668)) +* **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 ([22cf9cb](https://github.com/devopsarr/sonarr-go/commit/22cf9cb246ca9f03b4eeea3e760a540b7bca3d06)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.18.0 ([da3ff06](https://github.com/devopsarr/sonarr-go/commit/da3ff060bf4d76a5da2f57cb7fb104cc98dcd9a9)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.19.0 ([b9902ed](https://github.com/devopsarr/sonarr-go/commit/b9902ed72ef3eb0874ff3e7908f12f52a65677a0)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.19.0 ([ce9ba3d](https://github.com/devopsarr/sonarr-go/commit/ce9ba3d29956e8afbfc14176f787dd8863656474)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.20.0 ([e738b46](https://github.com/devopsarr/sonarr-go/commit/e738b46279a1a5d32c3fa0ad89cd027fcbfb716e)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.20.0 ([86ebc0e](https://github.com/devopsarr/sonarr-go/commit/86ebc0e5ac248cea9d72b51072cbefd796f38a3f)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.21.0 ([604b36d](https://github.com/devopsarr/sonarr-go/commit/604b36dfa1f48bef96d2faa099d1f2e9f51e069b)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.21.0 ([e8c9294](https://github.com/devopsarr/sonarr-go/commit/e8c9294ee385eceb71069538f99e09035cb35495)) + ## [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 c2e7e02..5b5fb90 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.17.2952 -- Package version: 1.1.1 +- Package version: 1.1.2 - Generator version: 7.21.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/sonarr/configuration.go b/sonarr/configuration.go index b299e14..002d22d 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{ {