From 106d9812b98e2332a2fff08eb14c81416f67317b Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Mon, 6 Mar 2023 00:48:55 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc v1.0.0-rc.5, Speakeay CLI 1.8.4 --- RELEASES.md | 10 +++++++++- formance.go | 4 ++-- gen.yaml | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index d26aa59..8fff104 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/formance.go b/formance.go index 26de381..e019f8b 100755 --- a/formance.go +++ b/formance.go @@ -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) diff --git a/gen.yaml b/gen.yaml index 12e1def..39cbda5 100644 --- a/gen.yaml +++ b/gen.yaml @@ -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