From b10fc93ae917d54a388ab2c471002bf74bd842ff Mon Sep 17 00:00:00 2001 From: box-sdk-build <94016436+box-sdk-build@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:04:12 +0200 Subject: [PATCH] chore: release version 1.3.0 (#274) Co-authored-by: Minh Nguyen Cong --- .codegen.json | 2 +- CHANGELOG.md | 12 ++++++++++++ box_sdk_gen/networking/version.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.codegen.json b/.codegen.json index 782734d..05bb0b9 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "98d8b60", "specHash": "9919482", "version": "1.2.0" } +{ "engineHash": "98d8b60", "specHash": "9919482", "version": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9648d67..2004481 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.3.0](https://github.com/box/box-codegen/compare/v1.2.0...v1.3.0) (2024-08-12) + + +### Bug Fixes + +* Fix fetch method for multipart request (box/box-codegen[#545](https://github.com/box/box-codegen/issues/545)) ([#266](https://github.com/box/box-codegen/issues/266)) ([08a0818](https://github.com/box/box-codegen/commit/08a0818995d64995c3e2720a459f9221c9ca1dea)) + + +### New Features and Enhancements + +* Parametrise chunked uploads endpoint urls (box/box-openapi[#444](https://github.com/box/box-codegen/issues/444)) ([#264](https://github.com/box/box-codegen/issues/264)) ([b5bce24](https://github.com/box/box-codegen/commit/b5bce24478c70ae6bb997adc773a0e2a76223568)) + ## [1.2.0](https://github.com/box/box-codegen/compare/v1.1.0...v1.2.0) (2024-07-25) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index 58d478a..19b4f1d 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '1.2.0' +__version__ = '1.3.0'