From 58d0dee73dd33c0650cec52eb2fcf3c7ad785a02 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jan 2024 09:45:24 +0000 Subject: [PATCH] chore(release): 1.0.1 ## [1.0.1](https://gitlab.com/oceanbox/busynix/compare/v1.0.0...v1.0.1) (2024-01-29) ### Bug Fixes * add ssh-client to devcontainer ([e94c628](https://gitlab.com/oceanbox/busynix/commit/e94c62802409bc0667aaba771ca57321b1e962a1)) --- .version | 2 +- RELEASE_NOTES.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 3eefcb9..7dea76e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0 +1.0.1 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8b338b8..52681ad 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://gitlab.com/oceanbox/busynix/compare/v1.0.0...v1.0.1) (2024-01-29) + + +### Bug Fixes + +* add ssh-client to devcontainer ([e94c628](https://gitlab.com/oceanbox/busynix/commit/e94c62802409bc0667aaba771ca57321b1e962a1)) + # 1.0.0 (2024-01-29)