diff --git a/CHANGELOG.md b/CHANGELOG.md index 1607a792..b3e0ce7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# 38.8.0 (Mon May 22 2023) + +#### ✨ Feature + +- `@gitbeaker/cli`, `@gitbeaker/core`, `@gitbeaker/requester-utils`, `@gitbeaker/rest` + - Add support for a query timeout [#3271](https://github.com/jdalrymple/gitbeaker/pull/3271) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🐛 Bug Fix + +- `@gitbeaker/core` + - Fix typing for Projects, Users and Groups [#3272](https://github.com/jdalrymple/gitbeaker/pull/3272) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # 38.7.0 (Sat May 20 2023) :tada: This release contains work from new contributors! :tada: diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c3d764d1..23855b3f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,15 @@ +# v38.8.0 (Mon May 22 2023) + +#### ✨ Feature + +- Add support for a query timeout [#3271](https://github.com/jdalrymple/gitbeaker/pull/3271) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v38.1.1 (Wed May 03 2023) #### 📚 Documentation diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e9682f49..43b1cd70 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,19 @@ +# v38.8.0 (Mon May 22 2023) + +#### ✨ Feature + +- Add support for a query timeout [#3271](https://github.com/jdalrymple/gitbeaker/pull/3271) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🐛 Bug Fix + +- Fix typing for Projects, Users and Groups [#3272](https://github.com/jdalrymple/gitbeaker/pull/3272) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v38.7.0 (Sat May 20 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/packages/requester-utils/CHANGELOG.md b/packages/requester-utils/CHANGELOG.md index 709defc7..5f7792d8 100644 --- a/packages/requester-utils/CHANGELOG.md +++ b/packages/requester-utils/CHANGELOG.md @@ -1,3 +1,15 @@ +# v38.8.0 (Mon May 22 2023) + +#### ✨ Feature + +- Add support for a query timeout [#3271](https://github.com/jdalrymple/gitbeaker/pull/3271) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v38.3.0 (Sat May 06 2023) #### ↕️ Dependencies diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index 8d62f7c6..18d002c2 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,3 +1,15 @@ +# v38.8.0 (Mon May 22 2023) + +#### ✨ Feature + +- Add support for a query timeout [#3271](https://github.com/jdalrymple/gitbeaker/pull/3271) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v38.7.0 (Sat May 20 2023) :tada: This release contains work from new contributors! :tada: