mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Update CHANGELOG.md [skip ci]
This commit is contained in:
parent
4ec000c723
commit
4aa70cfaff
34
CHANGELOG.md
34
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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user