diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecd4506..a5632931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +- No changes yet. + +## [1.29.1] - 2021-08-31 ### Fixed - Streaming encodes now handle `nil` items properly in containers. @@ -422,7 +425,8 @@ this release. ### Added - Initial release. -[Unreleased]: https://github.com/thriftrw/thriftrw-go/compare/v1.29.0...HEAD +[Unreleased]: https://github.com/thriftrw/thriftrw-go/compare/v1.29.1...HEAD +[1.29.1]: https://github.com/thriftrw/thriftrw-go/compare/v1.29.0...v1.29.1 [1.29.0]: https://github.com/thriftrw/thriftrw-go/compare/v1.28.0...v1.29.0 [1.28.0]: https://github.com/thriftrw/thriftrw-go/compare/v1.27.0...v1.28.0 [1.27.0]: https://github.com/thriftrw/thriftrw-go/compare/v1.26.0...v1.27.0