Skip to content

Commit

Permalink
Deploying from phrase/openapi@02f0b8b0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Sep 13, 2023
1 parent 9ddb7f3 commit f359498
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
2 changes: 1 addition & 1 deletion configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type Configuration struct {
}

func ClientVersion() string {
return "2.13.0"
return "2.14.0"
}

func getUserAgent() string {
Expand Down

0 comments on commit f359498

Please sign in to comment.