diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f8ec53a..cd43074d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.1.6 + +### Fixes +- Add `SuppressProgressReporting` decorator to turn off --progress announcements for a given node [dfef62a] +- chore: remove duplicate word in comments [7373214] + ## 2.1.5 ### Fixes diff --git a/types/version.go b/types/version.go index 299dcba3e..c79901491 100644 --- a/types/version.go +++ b/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.1.5" +const VERSION = "2.1.6"