diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 210fdc1c..d10e7dae 100644 --- a/clients/cli/go.mod +++ b/clients/cli/go.mod @@ -9,7 +9,7 @@ require ( github.com/daviddengcn/go-colortext v1.0.0 github.com/jpillora/backoff v1.0.0 github.com/mitchellh/mapstructure v1.4.0 - github.com/phrase/phrase-go/v2 v2.14.0 // x-release-please-version + github.com/phrase/phrase-go/v2 v2.15.0 // x-release-please-version github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.7.1 gopkg.in/yaml.v2 v2.4.0 diff --git a/clients/go/CHANGELOG.md b/clients/go/CHANGELOG.md index 457f87e6..52b3121a 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.15.0](https://github.com/phrase/openapi/compare/go-v2.14.0...go-v2.15.0) (2023-10-13) + + +### Features + +* **API:** Implement figma attachments endpoints ([#415](https://github.com/phrase/openapi/issues/415)) ([970e612](https://github.com/phrase/openapi/commit/970e612fda620ca882a221ef541036b8d200b675)) + ## [2.14.0](https://github.com/phrase/openapi/compare/go-v2.13.0...go-v2.14.0) (2023-09-12) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 6690fdcb..ce3bc330 100644 --- a/openapi-generator/go_lang.yaml +++ b/openapi-generator/go_lang.yaml @@ -2,7 +2,7 @@ generatorName: go outputDir: clients/go packageName: phrase -packageVersion: 2.14.0 +packageVersion: 2.15.0 gitUserId: phrase gitRepoId: phrase-go httpUserAgent: Phrase Strings go diff --git a/release-please/manifest-go.json b/release-please/manifest-go.json index 58682893..cff01f26 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "2.14.0" + ".": "2.15.0" } \ No newline at end of file