From 979794f46e106df50666772d410d41ade212f227 Mon Sep 17 00:00:00 2001 From: Matt Brockman <6414961+Matt4@users.noreply.github.com> Date: Thu, 19 May 2022 15:53:18 -0400 Subject: [PATCH] fix: version typo (#41) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5c1b4..7545d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v3.4.0](https://github.com/customerio/go-customerio/compare/v3.4.0...v3.4.1) (2022-05-19) +## [v3.4.1](https://github.com/customerio/go-customerio/compare/v3.4.0...v3.4.1) (2022-05-19) ### Fixed - Resolved issue where some attachments were truncated due to not flushing all the data from the buffer.