diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f43451f..f4671ec1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.9.7 + +### Fixes +- fix race when multiple defercleanups are called in goroutines [07fc3a0] + ## 2.9.6 ### Fixes diff --git a/types/version.go b/types/version.go index 2ca1f7ba0..6bc46150e 100644 --- a/types/version.go +++ b/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.9.6" +const VERSION = "2.9.7"