diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc63cd37d73f59f9068fb83c09abd95a977f25e..96e32cde8674f462b207b0dbc20198b58b5ebf2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# 0.4.1 (unreleased) +# 0.4.1 (March 15, 2017) * Expose `buf` module and have most types available from there vs. root. * Implement `IntoBuf` for `T: Buf`. diff --git a/Cargo.toml b/Cargo.toml index c2f46b26a04938b8b4e16eb57df8f6298962b715..b35fc6252f2a4d1c1dbb867f2ba802e59989604c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytes" -version = "0.4.0" +version = "0.4.1" license = "MIT" authors = ["Carl Lerche <me@carllerche.com>"] description = "Types and traits for working with bytes"