From 9e8d7abbffece38029aae0c58a25841a3a73b48a Mon Sep 17 00:00:00 2001 From: Danny Ben Shitrit Date: Wed, 16 Oct 2024 14:30:35 +0000 Subject: [PATCH] changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd42eb64..2c84fa39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog ======================================== +v1.2.3 - 2024-10-16 +---------------------------------------- + +- Fix docker image for multi-arch [`5660a3e`](https://github.com/DannyBen/bashly/commit/5660a3e) +- Fix INI library when loading multiple files [`6bfb1bc`](https://github.com/DannyBen/bashly/commit/6bfb1bc) +- Add sub dependencies to avoid Ruby 3.3.5 warnings [`30b7318`](https://github.com/DannyBen/bashly/commit/30b7318) +- Fix `conflicts` in fixed flags [`152069a`](https://github.com/DannyBen/bashly/commit/152069a) +- Compare [`v1.2.2..v1.2.3`](https://github.com/dannyben/bashly/compare/v1.2.2..v1.2.3) + + v1.2.2 - 2024-08-17 ----------------------------------------