Skip to content

Commit 1a3bb78

Browse files
author
Phrase
committed
1 parent 510fcd5 commit 1a3bb78

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.13.0](https://github.com/phrase/openapi/compare/go-v4.12.0...go-v4.13.0) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* **API:** Support source_locale_id param in uploads ([#935](https://github.com/phrase/openapi/issues/935)) ([304a406](https://github.com/phrase/openapi/commit/304a4061aaac8001a3a9e10c5cf985b04c31dab2))
9+
310
## [4.12.0](https://github.com/phrase/openapi/compare/go-v4.11.0...go-v4.12.0) (2025-10-16)
411

512

README.md

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

583583
- API version: 2.0.0
584-
- Package version: 4.12.0
584+
- Package version: 4.13.0
585585
- Build package: org.openapitools.codegen.languages.GoClientCodegen
586586
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
587587

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.12.0"
73+
return "4.13.0"
7474
}
7575

7676
func getUserAgent() string {

0 commit comments

Comments
 (0)