From 0c695298fd4dc38951c041b3efc741faeffea0f6 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 22 May 2025 09:48:34 +0100 Subject: [PATCH] add 0.5.0 section to changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc3ee17..7cfbc62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# [0.5.0] - 2025-05-22 + +### Added + +- hotkey commands, see [Hotkey](https://github.com/onyx-and-iris/gobs-cli?tab=readme-ov-file#hotkeycmd) + # [0.4.2] - 2025-05-08 ### Added @@ -31,4 +37,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Initial release. \ No newline at end of file +- Initial release.