From 1b4784faa07788bcdd2f2e443b10b7309e754c3a Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sun, 12 Nov 2023 13:15:45 +0100 Subject: [PATCH] prepare v1.0.1 release (#74) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### :book: Summary - updates changelog #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. | Choice | Test Method | | :----: | :----------- | | ✅ | CI pipeline tests | | | Custom test | | | No test plan | ##### Details / Justification #### :books: Additional Notes Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/74 Co-authored-by: OCram85 Co-committed-by: OCram85 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 184a62f..4758dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,3 +96,12 @@ * 🤖 DEPENDENCIES * Update quay.io/linuxserver.io/code-server Docker tag to v4.16.1 (#59) * Update quay.io/linuxserver.io/code-server Docker tag to v4.15.0 (#57) + +## [v1.0.1](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v1.0.1) - 2023-11-12 + +* 🐛 BUGFIXES + * Fix pwsh install package (#72) +* 📦 BUILD + * Avoid duplicate ci runs (#73) +* 🤖 DEPENDENCIES + * Update quay.io/linuxserver.io/code-server Docker tag to v4.18.0 (#70)