diff --git a/changelog.md b/changelog.md index 4adb414..6f6d363 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +* 4.1.9 + - Upgrade crc32cer to 0.1.11 for build issue fix on OTP 27. + * 4.1.8 - Avoid generating crash-report when failed to write socket [PR#124](https://github.com/kafka4beam/kafka_protocol/pull/124) diff --git a/rebar.config b/rebar.config index 994bb84..8e3bc05 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ -{deps, [{crc32cer, "0.1.8"}]}. +{deps, [{crc32cer, "0.1.11"}]}. {profiles, [ { test,