From 151b7fd3dea2675aaeeef9d5fa243bb222a39963 Mon Sep 17 00:00:00 2001 From: "devopsarr[bot]" <127950054+devopsarr[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:12:18 +0000 Subject: [PATCH] chore(main): release 1.0.2 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- sonarr/configuration.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 078aab0..4b5a70e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.2](https://github.com/devopsarr/sonarr-go/compare/v1.0.1...v1.0.2) (2024-12-10) + + +### Bug Fixes + +* **deps:** update dependency sonarr/sonarr to v4.0.11.2680 ([6818a0b](https://github.com/devopsarr/sonarr-go/commit/6818a0b2e11f14cf8d26473004031c9cd3ac090a)) +* **deps:** update openapitools/openapi-generator-cli docker tag to v7.10.0 ([dad04f0](https://github.com/devopsarr/sonarr-go/commit/dad04f0ad39aff4f3768bdc79ac3220c42cc75da)) + ## [1.0.1](https://github.com/devopsarr/sonarr-go/compare/v1.0.0...v1.0.1) (2024-10-08) diff --git a/README.md b/README.md index 8bd4539..135117e 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.11.2680 -- Package version: 1.0.1 +- Package version: 1.0.2 - Generator version: 7.10.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/sonarr/configuration.go b/sonarr/configuration.go index 34d46db..e5a9e28 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.0.1", // x-release-please-version + UserAgent: "sonarr-go/v1.0.2", // x-release-please-version Debug: false, Servers: ServerConfigurations{ {