From 68574d4327ab97327085ae480e90a0f63817d41e Mon Sep 17 00:00:00 2001 From: JakeStanger Date: Tue, 6 Sep 2022 21:39:15 +0000 Subject: [PATCH] docs: update CHANGELOG.md for v0.5.1 [skip ci] --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb212ff..99844e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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). +## [v0.5.1] - 2022-09-06 +### :bug: Bug Fixes +- [`b81927e`](https://github.com/JakeStanger/ironbar/commit/b81927e3a57808188e31419695a36aa4ea3f2830) - **launcher**: opening new instances when focused/urgent *(commit by [@JakeStanger](https://github.com/JakeStanger))* +- [`a35d255`](https://github.com/JakeStanger/ironbar/commit/a35d25520cd3fd235cdc77ec6209d88499ca3639) - **launcher**: item state changes not handled correctly *(commit by [@JakeStanger](https://github.com/JakeStanger))* + +### :wrench: Chores +- [`481adfc`](https://github.com/JakeStanger/ironbar/commit/481adfcaa41c0d3a1ba7d61edb68db49d959c78f) - **intellij**: update run configs *(commit by [@JakeStanger](https://github.com/JakeStanger))* +- [`6871126`](https://github.com/JakeStanger/ironbar/commit/6871126bd8def89ccbf2934180d615e781ec32c7) - **release**: v0.5.1 *(commit by [@JakeStanger](https://github.com/JakeStanger))* + + ## [v0.5.0] - 2022-08-25 ### :sparkles: New Features - [`1e38719`](https://github.com/JakeStanger/ironbar/commit/1e387199962b81caeb40ffbd99a956f24abdf4e3) - introduce logging in some areas *(commit by [@JakeStanger](https://github.com/JakeStanger))* @@ -28,4 +38,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.4.0]: https://github.com/JakeStanger/ironbar/compare/v0.3.0...v0.4.0 -[v0.5.0]: https://github.com/JakeStanger/ironbar/compare/v0.4.0...v0.5.0 \ No newline at end of file +[v0.5.0]: https://github.com/JakeStanger/ironbar/compare/v0.4.0...v0.5.0 +[v0.5.1]: https://github.com/JakeStanger/ironbar/compare/v0.5.0...v0.5.1 \ No newline at end of file