From 83a90ce3ff3cb591644d2dcee51f4c4e4eedd276 Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 18 Dec 2024 10:06:25 +0000 Subject: [PATCH] Deploying from phrase/openapi@9d83fe6c --- CHANGELOG.md | 7 +++++++ README.md | 2 +- configuration.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba7e768..c78341b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.2](https://github.com/phrase/openapi/compare/go-v4.0.1...go-v4.0.2) (2024-12-18) + + +### Bug Fixes + +* **go:** Fix go module in tests ([#740](https://github.com/phrase/openapi/issues/740)) ([d594b38](https://github.com/phrase/openapi/commit/d594b38a015566f6e35a4d058aeee72cd735f275)) + ## [4.0.1](https://github.com/phrase/openapi/compare/go-v4.0.0...go-v4.0.1) (2024-12-18) diff --git a/README.md b/README.md index 985e814..eff8dd0 100644 --- a/README.md +++ b/README.md @@ -558,7 +558,7 @@ Class | Method | HTTP request | Description This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. - API version: 2.0.0 -- Package version: 4.0.1 +- Package version: 4.0.2 - Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/) diff --git a/configuration.go b/configuration.go index 032a30a..090fe83 100644 --- a/configuration.go +++ b/configuration.go @@ -70,7 +70,7 @@ type Configuration struct { } func ClientVersion() string { - return "4.0.1" + return "4.0.2" } func getUserAgent() string {