From a8d18dda3ba17b9ac11593d8ca3f28bf2ba637cd Mon Sep 17 00:00:00 2001 From: "devopsarr[bot]" <127950054+devopsarr[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 20:30:46 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- seerr/configuration.go | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0262db7..084d283 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6781a3..138c33b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.1](https://github.com/devopsarr/seerr-go/compare/v0.2.0...v0.2.1) (2026-06-16) + + +### Bug Fixes + +* add .goreleaser.yml template and update Makefile for Go release ([b1188f3](https://github.com/devopsarr/seerr-go/commit/b1188f301b1fc17a3c933db59f56a446a9b24902)) +* add .goreleaser.yml template and update Makefile for Go release ([2f123a3](https://github.com/devopsarr/seerr-go/commit/2f123a3508556a2ce81c1281bc3558b56260e06a)) + ## [0.2.0](https://github.com/devopsarr/seerr-go/compare/v0.1.0...v0.2.0) (2026-06-16) diff --git a/README.md b/README.md index ed0c035..467cda5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,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://www.openapis.org/) from a remote server, you can easily generate an API client. - API version: v3.3.0 -- Package version: 0.2.0 +- Package version: 0.2.1 - Generator version: 7.23.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/seerr/configuration.go b/seerr/configuration.go index 2f58967..bb83dbf 100644 --- a/seerr/configuration.go +++ b/seerr/configuration.go @@ -89,7 +89,7 @@ type Configuration struct { func NewConfiguration() *Configuration { cfg := &Configuration{ DefaultHeader: make(map[string]string), - UserAgent: "seerr-go/v0.2.0", // x-release-please-version + UserAgent: "seerr-go/v0.2.1", // x-release-please-version Debug: false, Servers: ServerConfigurations{ {