diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b11920..457f87e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.14.0](https://github.com/phrase/openapi/compare/go-v2.13.0...go-v2.14.0) (2023-09-12) + + +### Features + +* Optionally tag only affected keys on upload [TSI-2041] ([#412](https://github.com/phrase/openapi/issues/412)) ([e8f958e](https://github.com/phrase/openapi/commit/e8f958e91469c2542f44ab68469c933688958383)) +* **TSI-1946:** Add reviewed_at to translations ([#396](https://github.com/phrase/openapi/issues/396)) ([3e663d9](https://github.com/phrase/openapi/commit/3e663d971a99a816f0165dd6653a9a1e8a87c95e)) + ## [2.13.0](https://github.com/phrase/openapi/compare/go-v2.12.0...go-v2.13.0) (2023-08-28) diff --git a/README.md b/README.md index 95b4ffc..a4e87bc 100644 --- a/README.md +++ b/README.md @@ -530,7 +530,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: 2.13.0 +- Package version: 2.14.0 - 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 da40f02..e53923a 100644 --- a/configuration.go +++ b/configuration.go @@ -70,7 +70,7 @@ type Configuration struct { } func ClientVersion() string { - return "2.13.0" + return "2.14.0" } func getUserAgent() string {