From 8cc68b5c59c9ba67dd4e459033a54a87e516fd67 Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Mon, 13 May 2024 22:37:03 +0200 Subject: [PATCH] release: bump version to 1.1.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70eb172..526385a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this * Do not use reserved keyword id as a function parameter by @ptitjano in * refacto: use plugin title from metadata to name the logger by @Guts in * improve(ui): complete i18n and add some icons by @Guts in +* fix(ci): fix translation build by @Guts in ### Tooling 🔧 @@ -22,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this * ci: run tests against embedded requirements changes by @Guts in * ci: run tests against testing deps changes by @Guts in * docs: use new GitHub Pages workflow instead of gh-pages branch by @Guts in +* CI: fix release job by replacing unmaintained actions by @Guts in ### Other Changes