diff --git a/.codegen.json b/.codegen.json index 54a54ef..a96bf26 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "0d4bf53", "specHash": "d50ab5f", "version": "0.6.2" } +{ "engineHash": "0d4bf53", "specHash": "d50ab5f", "version": "0.6.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 262c7bb..9c90806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3](https://github.com/box/box-codegen/compare/v0.6.2...v0.6.3) (2024-03-26) + + +### New Features and Enhancements + +* Support datetime (box/box-codegen[#459](https://github.com/box/box-codegen/issues/459)) ([#98](https://github.com/box/box-codegen/issues/98)) ([5a4d1eb](https://github.com/box/box-codegen/commit/5a4d1ebec872faefeecb82fbc0262ba52cb7af9a)) + ### [0.6.2](https://github.com/box/box-codegen/compare/v0.6.1...v0.6.2) (2024-03-19) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index aece342..a68d2bd 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '0.6.2' +__version__ = '0.6.3'