diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c901d..cb29cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.1.0 + + * Add `NimbleLZ4.compress_frame/1` and `NimbleLZ4.decompress_frame/1` to use with the [LZ4 frame format](https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md). + ## v1.0.0 This is just the 1.0 release, no changes! Yay. diff --git a/mix.exs b/mix.exs index fc7460d..8ccf80e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NimbleLz4.MixProject do use Mix.Project - @version "1.0.0" + @version "1.1.0" @source_url "https://github.com/whatyouhide/nimble_lz4" def project do