diff --git a/.codegen.json b/.codegen.json index 78821860..07603b74 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "2efc8ab", "specHash": "e798cb1", "version": "1.3.0" } +{ "engineHash": "2efc8ab", "specHash": "e798cb1", "version": "1.3.1" } diff --git a/Box.Sdk.Gen/Box.Sdk.Gen.csproj b/Box.Sdk.Gen/Box.Sdk.Gen.csproj index 56d4a6ba..0f269ac4 100644 --- a/Box.Sdk.Gen/Box.Sdk.Gen.csproj +++ b/Box.Sdk.Gen/Box.Sdk.Gen.csproj @@ -2,7 +2,7 @@ net6.0 - 1.3.0 + 1.3.1 Official Box .Net Generated SDK Apache-2.0 enable diff --git a/Box.Sdk.Gen/Networking/Version.cs b/Box.Sdk.Gen/Networking/Version.cs index d76b1ae7..30d11173 100644 --- a/Box.Sdk.Gen/Networking/Version.cs +++ b/Box.Sdk.Gen/Networking/Version.cs @@ -4,6 +4,6 @@ namespace Box.Sdk.Gen.Internal { static class Version { - internal static string sdkVersion = "1.3.0"; + internal static string sdkVersion = "1.3.1"; } } diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0fb751..7d9cc423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.1](https://github.com/box/box-codegen/compare/v1.3.0...v1.3.1) (2024-10-24) + + +### Bug Fixes + +* properly serialize `StringEnum` list when inside query `params` ([#288](https://github.com/box/box-codegen/issues/288)) ([dac8392](https://github.com/box/box-codegen/commit/dac839280b43f4bd954d3966032ff4925150c061)) +* update client error schema to support schema errors (box/box-openapi[#467](https://github.com/box/box-codegen/issues/467)) ([#281](https://github.com/box/box-codegen/issues/281)) ([bef2632](https://github.com/box/box-codegen/commit/bef2632af99f0477bd009bcb91248c678b4e1bab)) +* update integration mapping response description (box/box-openapi[#463](https://github.com/box/box-codegen/issues/463)) ([#279](https://github.com/box/box-codegen/issues/279)) ([05e07b0](https://github.com/box/box-codegen/commit/05e07b025c234de4c4161e567c0919748d24f804)) + ## [1.3.0](https://github.com/box/box-codegen/compare/v1.2.0...v1.3.0) (2024-10-17)