diff --git a/.dockerignore b/.dockerignore index 84262834a..27f51f3c1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,3 +2,4 @@ rocksdb data Dockerfile +scripts/tg271/data diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a7c524b..ea1abde72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Released +### v1.2.0 + +- Remove v1.1.0 migration and epoch skipping logic +- Tidy debug logging +- Fix inverted comparison for unbonding clipping +- Bump ibc-go to v5.2.0 + ### v1.1.0 - Add escrow account to fix unbonding bug