diff --git a/CHANGELOG.md b/CHANGELOG.md index fdcdcc91..ecedd23d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ +# 39.18.0 (Wed Oct 04 2023) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Elan Ruusamäe ([@glensc](https://github.com/glensc)), for all your work! + +#### ✨ Feature + +- `@gitbeaker/core`, `@gitbeaker/rest` + - Add support for the SearchAdmin, GroupEpicBoards, GeoSites and CodeSuggestion APIs [#3424](https://github.com/jdalrymple/gitbeaker/pull/3424) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🐛 Bug Fix + +- `@gitbeaker/cli`, `@gitbeaker/core`, `@gitbeaker/requester-utils`, `@gitbeaker/rest` + - Improve docs to highlight supported APIs [#3423](https://github.com/jdalrymple/gitbeaker/pull/3423) ([@jdalrymple](https://github.com/jdalrymple)) +- `@gitbeaker/core` + - Adding missed push rule attributes [#3425](https://github.com/jdalrymple/gitbeaker/pull/3425) ([@jdalrymple](https://github.com/jdalrymple)) + +#### ⚠️ Pushed to `main` + +- `@gitbeaker/rest` + - Adjust e2e tests for latest API additions ([@jdalrymple](https://github.com/jdalrymple)) + +#### 📚 Documentation + +- docs/FAQ.md: Add js code fence syntax [#3422](https://github.com/jdalrymple/gitbeaker/pull/3422) ([@glensc](https://github.com/glensc)) + +#### Authors: 2 + +- Elan Ruusamäe ([@glensc](https://github.com/glensc)) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # 39.17.0 (Mon Oct 02 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c53f8619..258dc5d6 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,15 @@ +# v39.18.0 (Wed Oct 04 2023) + +#### 🐛 Bug Fix + +- Improve docs to highlight supported APIs [#3423](https://github.com/jdalrymple/gitbeaker/pull/3423) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v39.6.0 (Wed Jul 12 2023) #### ↕️ Dependencies diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f5a272a8..fcd741f3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,20 @@ +# v39.18.0 (Wed Oct 04 2023) + +#### ✨ Feature + +- Add support for the SearchAdmin, GroupEpicBoards, GeoSites and CodeSuggestion APIs [#3424](https://github.com/jdalrymple/gitbeaker/pull/3424) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🐛 Bug Fix + +- Improve docs to highlight supported APIs [#3423](https://github.com/jdalrymple/gitbeaker/pull/3423) ([@jdalrymple](https://github.com/jdalrymple)) +- Adding missed push rule attributes [#3425](https://github.com/jdalrymple/gitbeaker/pull/3425) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v39.17.0 (Mon Oct 02 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 ca965d95..59e46164 100644 --- a/packages/requester-utils/CHANGELOG.md +++ b/packages/requester-utils/CHANGELOG.md @@ -1,3 +1,15 @@ +# v39.18.0 (Wed Oct 04 2023) + +#### 🐛 Bug Fix + +- Improve docs to highlight supported APIs [#3423](https://github.com/jdalrymple/gitbeaker/pull/3423) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v39.10.3 (Tue Aug 08 2023) #### 🔨 Technical Debt diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index cd4d8ad7..77083279 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,3 +1,23 @@ +# v39.18.0 (Wed Oct 04 2023) + +#### ✨ Feature + +- Add support for the SearchAdmin, GroupEpicBoards, GeoSites and CodeSuggestion APIs [#3424](https://github.com/jdalrymple/gitbeaker/pull/3424) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🐛 Bug Fix + +- Improve docs to highlight supported APIs [#3423](https://github.com/jdalrymple/gitbeaker/pull/3423) ([@jdalrymple](https://github.com/jdalrymple)) + +#### ⚠️ Pushed to `main` + +- Adjust e2e tests for latest API additions ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v39.13.0 (Fri Sep 01 2023) :tada: This release contains work from a new contributor! :tada: