diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ed4d8..ea0ebb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ 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] +## [1.0.5] - 2020-07-22 ### Added -- Smoozilla: add `with_option()` constructor for streaming input data. +- Smoozilla: add `with_eof()` constructor for streaming input data. ## [1.0.4] - 2020-07-08 ### Added diff --git a/Cargo.toml b/Cargo.toml index 2f5e8a9..2d1fb7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastcdc" -version = "1.0.4" +version = "1.0.5" authors = ["Nathan Fiedler "] edition = "2018" description = "FastCDC (content defined chunking) in pure Rust."