diff --git a/.codegen.json b/.codegen.json index 2e24240..9ed4a56 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "4be1a1e", "specHash": "ee83bc7", "version": "1.0.0" } +{ "engineHash": "4be1a1e", "specHash": "ee83bc7", "version": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3246642..43c56b0 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.1.0](https://github.com/box/box-codegen/compare/v1.0.0...v1.1.0) (2024-06-12) + + +### Bug Fixes + +* Fix CI for auto update pull requests (box/box-codegen[#506](https://github.com/box/box-codegen/issues/506)) ([#187](https://github.com/box/box-codegen/issues/187)) ([5e59f69](https://github.com/box/box-codegen/commit/5e59f69591e01cd2caf0033e0023061093989aa5)) + + +### New Features and Enhancements + +* add missing marker pagination fields and introduce new event type `AppItemEventSource` `(box/box-openapi[#431](https://github.com/box/box-codegen/issues/431))` ([#189](https://github.com/box/box-codegen/issues/189)) ([8d22ce2](https://github.com/box/box-codegen/commit/8d22ce20d57f4b5dcb5b344ff6bfc67bcaa3568d)) + ## [1.0.0](https://github.com/box/box-codegen/compare/v0.6.5...v1.0.0) (2024-05-20) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index 1f356cc..1a72d32 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '1.0.0' +__version__ = '1.1.0'