diff --git a/CHANGELOG.md b/CHANGELOG.md index 359fb0e..3d630e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.27.2 +------ - Expanded crate documentation with a high level overview - Bumped `async-compression` dependency to `0.4` diff --git a/Cargo.toml b/Cargo.toml index d628559..bfc4623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.27.1" +version = "0.27.2" edition = "2021" rust-version = "1.59" authors = ["Daniel Mueller "]