From aad91262f4ecbfd8b06878069a8380a68eb0f7fc Mon Sep 17 00:00:00 2001 From: Mahendra Paipuri Date: Thu, 3 Oct 2024 10:11:04 +0200 Subject: [PATCH] chore: Update changelog Signed-off-by: Mahendra Paipuri --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b22e7bc..990eafb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -## 0.3.1 / 2024-10-02 +## 0.3.1 / 2024-10-03 +- [BUGFIX] Fix cmd execution mode detection [#181](https://github.com/mahendrapaipuri/ceems/pull/181) ([@mahendrapaipuri](https://github.com/mahendrapaipuri)) - [BUGFIX] Hide test related CLI flags [#180](https://github.com/mahendrapaipuri/ceems/pull/180) ([@mahendrapaipuri](https://github.com/mahendrapaipuri)) - [FEAT] Add ebpf support for mips,ppc and risc archs [#179](https://github.com/mahendrapaipuri/ceems/pull/179) ([@mahendrapaipuri](https://github.com/mahendrapaipuri))