Skip to content

Commit ff7fee1

Browse files
author
Phrase
committed
1 parent 1c0da28 commit ff7fee1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.2.0](https://github.com/phrase/openapi/compare/go-v4.1.0...go-v4.2.0) (2025-02-17)
4+
5+
6+
### Features
7+
8+
* **API:** document tags attribute of an upload #STRINGS-1221 ([#790](https://github.com/phrase/openapi/issues/790)) ([fff505b](https://github.com/phrase/openapi/commit/fff505bdff35a0033fee06e505c42fe794c88562))
9+
310
## [4.1.0](https://github.com/phrase/openapi/compare/go-v4.0.6...go-v4.1.0) (2025-02-17)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ Class | Method | HTTP request | Description
558558
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project.
559559

560560
- API version: 2.0.0
561-
- Package version: 4.1.0
561+
- Package version: 4.2.0
562562
- Build package: org.openapitools.codegen.languages.GoClientCodegen
563563
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
564564

configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type Configuration struct {
7070
}
7171

7272
func ClientVersion() string {
73-
return "4.1.0"
73+
return "4.2.0"
7474
}
7575

7676
func getUserAgent() string {

0 commit comments

Comments
 (0)