From d464fd4972a5295d3e9d793d89eb6d15db6b06a6 Mon Sep 17 00:00:00 2001 From: woodpecker-bot <89799003+woodpecker-bot@users.noreply.github.com> Date: Sat, 14 Oct 2023 10:09:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=202.2.0=20(#86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 349e63f..2366514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [2.2.0](https://github.com/woodpecker-ci/plugin-git/releases/tag/2.2.0) - 2023-10-05 + +### ❤️ Thanks to all contributors! ❤️ + +@renovate[bot], @pat-s, @qwerty287, @fracai, @RayaneB75 + +### ✨ Features + +- Add option to use SSH for cloning repo [[#75](https://github.com/woodpecker-ci/plugin-git/pull/75)] + +### 📈 Enhancement + +- Use woodpecker plugin instead of drone one [[#91](https://github.com/woodpecker-ci/plugin-git/pull/91)] +- Add renovate config [[#89](https://github.com/woodpecker-ci/plugin-git/pull/89)] + +### 🐛 Bug Fixes + +- Fix renovate labels [[#92](https://github.com/woodpecker-ci/plugin-git/pull/92)] + +### 📚 Documentation + +- docs for remote, refs, sha, path [[#88](https://github.com/woodpecker-ci/plugin-git/pull/88)] + +### Misc + +- Update golang Docker tag to v1.21 [[#94](https://github.com/woodpecker-ci/plugin-git/pull/94)] + ## [2.1.2](https://github.com/woodpecker-ci/plugin-git/releases/tag/2.1.2) - 2023-09-05 ### ❤️ Thanks to all contributors! ❤️