Skip to content

Commit bafd443

Browse files
author
Phrase
committed
Deploying from phrase/openapi@ae929a9a
1 parent 7793925 commit bafd443

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/phrase/openapi/compare/go-v3.0.0...go-v3.0.1) (2024-04-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **go:** remove unused dependencies ([#598](https://github.com/phrase/openapi/issues/598)) ([413abb4](https://github.com/phrase/openapi/commit/413abb49253d063d116988a16d17b5dce005d967))
9+
310
## [3.0.0](https://github.com/phrase/openapi/compare/go-v2.27.0...go-v3.0.0) (2024-04-23)
411

512

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ Class | Method | HTTP request | Description
568568
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project.
569569

570570
- API version: 2.0.0
571-
- Package version: 3.0.0
571+
- Package version: 3.0.1
572572
- Build package: org.openapitools.codegen.languages.GoClientCodegen
573573
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
574574

configuration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type Configuration struct {
7070
}
7171

7272
func ClientVersion() string {
73-
return "3.0.0"
73+
return "3.0.1"
7474
}
7575

7676
func getUserAgent() string {

0 commit comments

Comments
 (0)