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).