From 9b47ad348c7b39d1dd24602e9c41529d1416652a Mon Sep 17 00:00:00 2001 From: Chun-Hung Tseng Date: Thu, 8 Aug 2024 22:10:21 +0200 Subject: [PATCH] Update changelog for v0.2.0 Signed-off-by: Chun-Hung Tseng --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb21ec8..6d9931a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,16 @@ Note that we start to track changes starting from 2022.
-## v0.2.0 (TBD) - +## v0.3.0 (TBD)
+## v0.2.0 (2024-06-19) + +- [Add integration tests for gofail](https://github.com/etcd-io/gofail/pull/69) +- [Avoid __badType label being executed when the failpoint execution flow is not diverted and the type conversion is successful](https://github.com/etcd-io/gofail/pull/66) +- [Fix execution of failpoint should not block deactivation](https://github.com/etcd-io/gofail/pull/65) + ## v0.1.0 (2022-12-10) - [Removed gofail-go failpoint](https://github.com/etcd-io/gofail/pull/30).