From f2b7910b156a3ce819a24dcb1b5a579882388787 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 10 Oct 2022 10:24:52 +0200 Subject: [PATCH] Prepare release v1.1.1 (#78) #### :book: Summary - updates changelog #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [x] Tested via Drone.io pipeline - [ ] Custom test - [ ] No test plan ##### Details / Justification #### :books: Additional Notes Co-authored-by: OCram85 Reviewed-on: https://gitea.ocram85.com/OCram85/PSCredentialStore/pulls/78 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f06af3..9bcdfd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [v1.1.1](https://gitea.ocram85.com/OCram85/PSCredentialStore/releases/tag/v1.1.1) - 2022-10-10 + +* 📦 META + * Adds changelog config for gitea changelog cli tool (#77) +* 🐛 BUGFIXES + * Fix Set-CredentialStoreItem (#76) + * Fix optional module dependencies (#75) + +### Contributors + + +* [@OCram85](https://gitea.ocram85.com/OCram85) +* [@pinguinfuss](https://gitea.ocram85.com/pinguinfuss) + ## `v1.1.0` - (3d4f53d) adds pinguinfuss contributed fix (#73)