diff --git a/CHANGELOG.md b/CHANGELOG.md index 248f576ff..b088dd328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# 39.5.0 (Mon Jul 03 2023) + +#### 🐛 Bug Fix + +- `@gitbeaker/core` + - Ensure the combined nested object options are handled correctly [#3331](https://github.com/jdalrymple/gitbeaker/pull/3331) ([@jdalrymple](https://github.com/jdalrymple)) + +#### ↕️ Dependencies + +- Bump nx from 16.4.0 to 16.4.1 [#3332](https://github.com/jdalrymple/gitbeaker/pull/3332) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # 39.4.0 (Tue Jun 27 2023) #### 🐛 Bug Fix diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1ae97bc28..0d78566ed 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,15 @@ +# v39.5.0 (Mon Jul 03 2023) + +#### 🐛 Bug Fix + +- Ensure the combined nested object options are handled correctly [#3331](https://github.com/jdalrymple/gitbeaker/pull/3331) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v39.4.0 (Tue Jun 27 2023) #### 🐛 Bug Fix