Skip to content

Commit ddf1e67

Browse files
chore: release version 1.7.0 (#367)
1 parent 1db5722 commit ddf1e67

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "108d2d7", "specHash": "c2c76f3", "version": "1.6.0" }
1+
{ "engineHash": "108d2d7", "specHash": "c2c76f3", "version": "1.7.0" }

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [1.7.0](https://github.com/box/box-codegen/compare/v1.6.0...v1.7.0) (2024-11-04)
6+
7+
8+
### New Features and Enhancements
9+
10+
* 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)
11+
512
## [1.6.0](https://github.com/box/box-codegen/compare/v1.5.1...v1.6.0) (2024-10-30)
613

714

box_sdk_gen/networking/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.6.0'
1+
__version__ = '1.7.0'

0 commit comments

Comments
 (0)