Skip to content

Commit 35243fe

Browse files
author
Phrase
committed
1 parent cf9238c commit 35243fe

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [4.19.0](https://github.com/phrase/strings-openapi/compare/go-v4.18.1...go-v4.19.0) (2026-01-27)
4+
5+
6+
### Features
7+
8+
* **API:** Accept branch param in RepoSyncs#import ([#1035](https://github.com/phrase/strings-openapi/issues/1035)) ([fdfd542](https://github.com/phrase/strings-openapi/commit/fdfd54203510f94d546d771e1eeb6f4cc40f9b06))
9+
* **API:** creating upload batches #SCD-687 ([#1022](https://github.com/phrase/strings-openapi/issues/1022)) ([83f5a41](https://github.com/phrase/strings-openapi/commit/83f5a411f1ebc63d26cdce0729093aa517d79b62))
10+
* **go:** More accurate config section naming #SCD-687 ([#1037](https://github.com/phrase/strings-openapi/issues/1037)) ([65e1f24](https://github.com/phrase/strings-openapi/commit/65e1f248643c8fa835c974db255ff0255c1893af))
11+
12+
13+
### Bug Fixes
14+
15+
* remove project from account locales ([#1025](https://github.com/phrase/strings-openapi/issues/1025)) ([06b780f](https://github.com/phrase/strings-openapi/commit/06b780f91d2fe22a22ec821aa18968ed3b50510a))
16+
317
## [4.18.1](https://github.com/phrase/strings-openapi/compare/go-v4.18.0...go-v4.18.1) (2026-01-16)
418

519

README.md

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

590590
- API version: 2.0.0
591-
- Package version: 4.18.1
591+
- Package version: 4.19.0
592592
- Build package: org.openapitools.codegen.languages.GoClientCodegen
593593
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
594594

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

7676
func getUserAgent() string {

0 commit comments

Comments
 (0)