From 9b03930ccbb53d226c49477b63ce2f415f098d96 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Thu, 4 Apr 2024 08:25:44 -0700 Subject: [PATCH] chore: release version 0.6.4 --- .codegen.json | 2 +- CHANGELOG.md | 13 +++++++++++++ box_sdk_gen/networking/version.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.codegen.json b/.codegen.json index 3b7a827..2d6656b 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "7b699f4", "specHash": "1698c95", "version": "0.6.3" } +{ "engineHash": "7b699f4", "specHash": "1698c95", "version": "0.6.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c90806..47f8839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +### [0.6.4](https://github.com/box/box-codegen/compare/v0.6.3...v0.6.4) (2024-04-04) + + +### Bug Fixes + +* **docs:** fixes for chunked uploads docs (box/box-codegen[#457](https://github.com/box/box-codegen/issues/457)) ([#106](https://github.com/box/box-codegen/issues/106)) ([65f40f5](https://github.com/box/box-codegen/commit/65f40f55a5bd020fd9e1e2db31d4979a4f10d4cf)) + + +### New Features and Enhancements + +* Assign default value to fields and args of type enum with only one value (box/box-codegen[#465](https://github.com/box/box-codegen/issues/465)) ([#108](https://github.com/box/box-codegen/issues/108)) ([f884b60](https://github.com/box/box-codegen/commit/f884b600b8be77e8fdbbff553c066a927090c42d)) +* Change `asUser` and `asEnterprise` method names (box/box-codegen[#464](https://github.com/box/box-codegen/issues/464)) ([#103](https://github.com/box/box-codegen/issues/103)) ([bb03852](https://github.com/box/box-codegen/commit/bb03852443fa0c3fcd8fec60cb10e5bff607abe5)) + ### [0.6.3](https://github.com/box/box-codegen/compare/v0.6.2...v0.6.3) (2024-03-26) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index a68d2bd..02f8497 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '0.6.3' +__version__ = '0.6.4'