Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Autobot committed Nov 17, 2023
1 parent e7158b1 commit 8ecf1db
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# 39.24.0 (Fri Nov 17 2023)

:tada: This release contains work from a new contributor! :tada:

Thank you, David Claybourne ([@Djcd](https://github.com/Djcd)), for all your work!

#### ✨ Feature

- `@gitbeaker/core`, `@gitbeaker/rest`
- Add creation for service accounts on selfhosted instances [#3458](https://github.com/jdalrymple/gitbeaker/pull/3458) ([@Djcd](https://github.com/Djcd))
- `@gitbeaker/core`
- Add rotate to PersonalAccessTokens resource [#3459](https://github.com/jdalrymple/gitbeaker/pull/3459) ([@Djcd](https://github.com/Djcd))

#### ↕️ Dependencies

- Bump nx from 17.0.2 to 17.1.2 [#3451](https://github.com/jdalrymple/gitbeaker/pull/3451) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- `@gitbeaker/cli`, `@gitbeaker/core`, `@gitbeaker/requester-utils`, `@gitbeaker/rest`
- Dependencies [#3457](https://github.com/jdalrymple/gitbeaker/pull/3457) ([@jdalrymple](https://github.com/jdalrymple))

#### ⚠️ Pushed to `main`

- `@gitbeaker/cli`
- Updating image url ([@jdalrymple](https://github.com/jdalrymple))
- `@gitbeaker/cli`, `@gitbeaker/core`, `@gitbeaker/requester-utils`, `@gitbeaker/rest`
- Merge branch 'docs/updating-readme' into main ([@jdalrymple](https://github.com/jdalrymple))
- Updating contributors settings and the readme image url ([@jdalrymple](https://github.com/jdalrymple))

#### 🚨 Tests

- `@gitbeaker/rest`
- Add service account API test updates [#3460](https://github.com/jdalrymple/gitbeaker/pull/3460) ([@jdalrymple](https://github.com/jdalrymple))

#### Authors: 3

- [@dependabot[bot]](https://github.com/dependabot[bot])
- David Claybourne ([@Djcd](https://github.com/Djcd))
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))

---

# 39.23.0 (Thu Nov 16 2023)

#### 🐛 Bug Fix
Expand Down
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v39.24.0 (Fri Nov 17 2023)

#### ↕️ Dependencies

- Dependencies [#3457](https://github.com/jdalrymple/gitbeaker/pull/3457) ([@jdalrymple](https://github.com/jdalrymple))

#### ⚠️ Pushed to `main`

- Updating image url ([@jdalrymple](https://github.com/jdalrymple))
- Merge branch 'docs/updating-readme' into main ([@jdalrymple](https://github.com/jdalrymple))
- Updating contributors settings and the readme image url ([@jdalrymple](https://github.com/jdalrymple))

#### Authors: 1

- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))

---

# v39.23.0 (Thu Nov 16 2023)

#### 🐛 Bug Fix
Expand Down
27 changes: 27 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# v39.24.0 (Fri Nov 17 2023)

:tada: This release contains work from a new contributor! :tada:

Thank you, David Claybourne ([@Djcd](https://github.com/Djcd)), for all your work!

#### ✨ Feature

- Add creation for service accounts on selfhosted instances [#3458](https://github.com/jdalrymple/gitbeaker/pull/3458) ([@Djcd](https://github.com/Djcd))
- Add rotate to PersonalAccessTokens resource [#3459](https://github.com/jdalrymple/gitbeaker/pull/3459) ([@Djcd](https://github.com/Djcd))

#### ↕️ Dependencies

- Dependencies [#3457](https://github.com/jdalrymple/gitbeaker/pull/3457) ([@jdalrymple](https://github.com/jdalrymple))

#### ⚠️ Pushed to `main`

- Merge branch 'docs/updating-readme' into main ([@jdalrymple](https://github.com/jdalrymple))
- Updating contributors settings and the readme image url ([@jdalrymple](https://github.com/jdalrymple))

#### Authors: 2

- David Claybourne ([@Djcd](https://github.com/Djcd))
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))

---

# v39.23.0 (Thu Nov 16 2023)

#### 🐛 Bug Fix
Expand Down
17 changes: 17 additions & 0 deletions packages/requester-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v39.24.0 (Fri Nov 17 2023)

#### ↕️ Dependencies

- Dependencies [#3457](https://github.com/jdalrymple/gitbeaker/pull/3457) ([@jdalrymple](https://github.com/jdalrymple))

#### ⚠️ Pushed to `main`

- Merge branch 'docs/updating-readme' into main ([@jdalrymple](https://github.com/jdalrymple))
- Updating contributors settings and the readme image url ([@jdalrymple](https://github.com/jdalrymple))

#### Authors: 1

- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))

---

# v39.23.0 (Thu Nov 16 2023)

#### 🐛 Bug Fix
Expand Down
30 changes: 30 additions & 0 deletions packages/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# v39.24.0 (Fri Nov 17 2023)

:tada: This release contains work from a new contributor! :tada:

Thank you, David Claybourne ([@Djcd](https://github.com/Djcd)), for all your work!

#### ✨ Feature

- Add creation for service accounts on selfhosted instances [#3458](https://github.com/jdalrymple/gitbeaker/pull/3458) ([@Djcd](https://github.com/Djcd))

#### ↕️ Dependencies

- Dependencies [#3457](https://github.com/jdalrymple/gitbeaker/pull/3457) ([@jdalrymple](https://github.com/jdalrymple))

#### ⚠️ Pushed to `main`

- Merge branch 'docs/updating-readme' into main ([@jdalrymple](https://github.com/jdalrymple))
- Updating contributors settings and the readme image url ([@jdalrymple](https://github.com/jdalrymple))

#### 🚨 Tests

- Add service account API test updates [#3460](https://github.com/jdalrymple/gitbeaker/pull/3460) ([@jdalrymple](https://github.com/jdalrymple))

#### Authors: 2

- David Claybourne ([@Djcd](https://github.com/Djcd))
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))

---

# v39.23.0 (Thu Nov 16 2023)

#### 🐛 Bug Fix
Expand Down

0 comments on commit 8ecf1db

Please sign in to comment.