From a929c20fb582da95783f84a48dc174204cb8601d Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Mon, 7 Mar 2022 00:07:57 +0530 Subject: [PATCH] Bump the version and update the changelog --- CHANGELOG.md | 4 ++++ streamly-lz4.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa3c008..ce39293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.2 (Mar 2022) + +* Support streamly-0.8.2 + ## 0.1.1 (Dec 2021) * Support streamly-0.8.1 diff --git a/streamly-lz4.cabal b/streamly-lz4.cabal index 7115bfc..e4d76e4 100644 --- a/streamly-lz4.cabal +++ b/streamly-lz4.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: streamly-lz4 -version: 0.1.1 +version: 0.1.2 synopsis: Streamly combinators for LZ4 compression description: Compress and decompress streams of data using LZ4 compression. See