diff --git a/.codegen.json b/.codegen.json index 045e33db..9038cf42 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "108d2d7", "specHash": "c2c76f3", "version": "1.6.0" } +{ "engineHash": "108d2d7", "specHash": "c2c76f3", "version": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index acab9f23..f9c080a5 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. +## [1.7.0](https://github.com/box/box-codegen/compare/v1.6.0...v1.7.0) (2024-11-04) + + +### New Features and Enhancements + +* Support get collection by ID endpoint (box/box-codegen[#595](https://github.com/box/box-codegen/issues/595)) ([#366](https://github.com/box/box-codegen/issues/366)) ([1db5722](https://github.com/box/box-codegen/commit/1db5722f7d02694739f1a52a6b2ebe0c406960b0)), closes [#355](https://github.com/box/box-codegen/issues/355) + ## [1.6.0](https://github.com/box/box-codegen/compare/v1.5.1...v1.6.0) (2024-10-30) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index bcd8d54e..0e1a38d3 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '1.6.0' +__version__ = '1.7.0'