File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 3.0.0] ( https://github.com/phrase/openapi/compare/go-v2.27.0...go-v3.0.0 ) (2024-04-23)
4
11
5
12
Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ Class | Method | HTTP request | Description
568
568
This API client was generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project.
569
569
570
570
- API version: 2.0.0
571
- - Package version: 3.0.0
571
+ - Package version: 3.0.1
572
572
- Build package: org.openapitools.codegen.languages.GoClientCodegen
573
573
For more information, please visit [ https://developers.phrase.com/api/ ] ( https://developers.phrase.com/api/ )
574
574
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ type Configuration struct {
70
70
}
71
71
72
72
func ClientVersion () string {
73
- return "3.0.0 "
73
+ return "3.0.1 "
74
74
}
75
75
76
76
func getUserAgent () string {
You can’t perform that action at this time.
0 commit comments