From cc5681b327ef7a1684e4722fa78092485d35f98e Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 20 Jan 2022 07:41:47 -0800 Subject: [PATCH] Update changelog for release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be414c75..cb8a55128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [1.2.2] - 2022-01-20 + +### Fixed + +* [#3](https://github.com/Comcast/scte35-go/issues/3) - Fix overflow when binary contains alignment stuffing. + ## [1.2.1] - 2021-09-09 ### Fixed