diff --git a/.codegen.json b/.codegen.json index 9a5e658a..4b41120a 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "8a9cc1d", "specHash": "f20ba3f", "version": "1.6.0" } +{ "engineHash": "8a9cc1d", "specHash": "f20ba3f", "version": "1.8.0" } diff --git a/Box.Sdk.Gen/Box.Sdk.Gen.csproj b/Box.Sdk.Gen/Box.Sdk.Gen.csproj index 74c5fc3c..83c5ac09 100644 --- a/Box.Sdk.Gen/Box.Sdk.Gen.csproj +++ b/Box.Sdk.Gen/Box.Sdk.Gen.csproj @@ -2,7 +2,7 @@ net6.0 - 1.6.0 + 1.8.0 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 0b2bb53c..0e8cf85a 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.6.0"; + internal static string sdkVersion = "1.8.0"; } } diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c71061..94d2e328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.8.0](https://github.com/box/box-dotnet-sdk-gen/compare/v1.7.0...v1.8.0) (2025-02-20) + + +### Bug Fixes + +* Do not retry HTTP request when `TaskCanceledException` is thrown (box/box-codegen[#665](https://github.com/box/box-dotnet-sdk-gen/issues/665)) ([#406](https://github.com/box/box-dotnet-sdk-gen/issues/406)) ([1af0a6a](https://github.com/box/box-dotnet-sdk-gen/commit/1af0a6aaf5f1e80f092ce506abe1cc01bf110bb8)) + + +### New Features and Enhancements + +* Support AI Studio API (box/box-codegen[#626](https://github.com/box/box-dotnet-sdk-gen/issues/626)) ([#409](https://github.com/box/box-dotnet-sdk-gen/issues/409)) ([9661450](https://github.com/box/box-dotnet-sdk-gen/commit/966145021d4a1dd450cd199cc9ed3e9457f5a141)) + ## [1.7.0](https://github.com/box/box-dotnet-sdk-gen/compare/v1.6.0...v1.7.0) (2025-02-06)