diff --git a/CHANGELOG.md b/CHANGELOG.md index ec19f248..983b6e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 35.0.0 (Wed Dec 01 2021) + +#### 💥 Breaking Change + +- `@gitbeaker/core` + - Merge branch '2246-tags-signature' [#2255](https://github.com/jdalrymple/gitbeaker/pull/2255) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🔩 Dependency Updates + +- Bump playwright from 1.16.3 to 1.17.0 [#2249](https://github.com/jdalrymple/gitbeaker/pull/2249) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump rollup from 2.60.1 to 2.60.2 [#2250](https://github.com/jdalrymple/gitbeaker/pull/2250) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@jdalrymple](https://github.com/jdalrymple)) +- Bump jest from 27.4.0 to 27.4.2 [#2251](https://github.com/jdalrymple/gitbeaker/pull/2251) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # 34.7.0 (Tue Nov 30 2021) :tada: This release contains work from a new contributor! :tada: diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4fbf3433..af0da19f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,20 @@ +# v35.0.0 (Wed Dec 01 2021) + +#### 💥 Breaking Change + +- Merge branch '2246-tags-signature' [#2255](https://github.com/jdalrymple/gitbeaker/pull/2255) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🐛 Bug Fix + +- Merge branch 'master' into 2246-tags-signature ([@jdalrymple](https://github.com/jdalrymple)) +- Updating Tag.create function to match latest API ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v34.7.0 (Tue Nov 30 2021) :tada: This release contains work from a new contributor! :tada: