diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e71d9..eae407b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). This file follows the convention described at [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [3.0.2] - 2023-03-10 ### Changed - Removed unnecessary use of `Box` from `StreamCDC` in `v2016` and `v2020`. diff --git a/Cargo.toml b/Cargo.toml index 2ca2224..bd8394d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastcdc" -version = "3.0.1" +version = "3.0.2" authors = ["Nathan Fiedler "] edition = "2018" description = "FastCDC (content defined chunking) in pure Rust."