From 1844d30f911048048cd505a63501ffdeea7be8b3 Mon Sep 17 00:00:00 2001 From: woodpecker-bot <89799003+woodpecker-bot@users.noreply.github.com> Date: Wed, 27 Dec 2023 15:19:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=202.1.1=20(#3036)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go) plugin. When you're ready to do a release, you can merge this pull-request and a new release with version `2.1.1` will be created automatically. If you're not ready to do a release yet, that's fine, whenever you add more changes to `main` this pull-request will be updated. ## Options - [ ] Mark this version as a release candidate ## [2.1.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.1.1) - 2023-12-27 ### 🐛 Bug Fixes - trim v on version check [[#3039](https://github.com/woodpecker-ci/woodpecker/pull/3039)] - make backend step dag generation deterministic [[#3037](https://github.com/woodpecker-ci/woodpecker/pull/3037)] - Fix showing wrong badge url when root path is set [[#3033](https://github.com/woodpecker-ci/woodpecker/pull/3033)] - Fix docs label [[#3028](https://github.com/woodpecker-ci/woodpecker/pull/3028)] ### 📚 Documentation - Update go report card badge [[#3029](https://github.com/woodpecker-ci/woodpecker/pull/3029)] ### Misc - Add some tests [[#3030](https://github.com/woodpecker-ci/woodpecker/pull/3030)] --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe593e6f6..db59dd640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [2.1.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.1.1) - 2023-12-27 + +### ❤️ Thanks to all contributors! ❤️ + +@6543, @andyhan, @qwerty287 + +### 🐛 Bug Fixes + +- trim v on version check [[#3039](https://github.com/woodpecker-ci/woodpecker/pull/3039)] +- make backend step dag generation deterministic [[#3037](https://github.com/woodpecker-ci/woodpecker/pull/3037)] +- Fix showing wrong badge url when root path is set [[#3033](https://github.com/woodpecker-ci/woodpecker/pull/3033)] +- Fix docs label [[#3028](https://github.com/woodpecker-ci/woodpecker/pull/3028)] + +### 📚 Documentation + +- Update go report card badge [[#3029](https://github.com/woodpecker-ci/woodpecker/pull/3029)] + +### Misc + +- Add some tests [[#3030](https://github.com/woodpecker-ci/woodpecker/pull/3030)] + ## [2.1.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.1.0) - 2023-12-26 ### ❤️ Thanks to all contributors! ❤️