diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be414c75..5e997a889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [1.3.0] - 2022-08-22 + +### Fixed + +* Fixed overflow when building with `GOARCH=386`. + +### Changed + +* Changed encode command to also read from stdin. + ## [1.2.1] - 2021-09-09 ### Fixed