Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc v1.0.0-rc.5, Speakeay CLI 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Mar 6, 2023
1 parent da183dd commit 106d981
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,12 @@ Based on:
- OpenAPI Doc v1.0.0-rc.5 ./stack.yaml
- Speakeasy CLI 1.8.2 https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v0.4.0] https://github.com/speakeasy-sdks/formance-go-sdk/releases/tag/v0.4.0 - .
- [Go v0.4.0] https://github.com/speakeasy-sdks/formance-go-sdk/releases/tag/v0.4.0 - .

## 2023-03-06 00:48:49
### Changes
Based on:
- OpenAPI Doc v1.0.0-rc.5 ./stack.yaml
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v0.4.1] https://github.com/speakeasy-sdks/formance-go-sdk/releases/tag/v0.4.1 - .
4 changes: 2 additions & 2 deletions formance.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ func WithSecurity(security shared.Security) SDKOption {
func New(opts ...SDKOption) *Formance {
sdk := &Formance{
_language: "go",
_sdkVersion: "0.4.0",
_genVersion: "1.8.2",
_sdkVersion: "0.4.1",
_genVersion: "1.8.4",
}
for _, opt := range opts {
opt(sdk)
Expand Down
4 changes: 2 additions & 2 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ configVersion: 1.0.0
management:
docChecksum: e2d62c3257abdb44d60905723bd6484e
docVersion: v1.0.0-rc.5
speakeasyVersion: 1.8.2
speakeasyVersion: 1.8.4
generation:
telemetryEnabled: false
sdkClassName: formance
sdkFlattening: false
go:
version: 0.4.0
version: 0.4.1
packageName: github.com/speakeasy-sdks/formance-go-sdk

0 comments on commit 106d981

Please sign in to comment.