diff --git a/CHANGELOG.md b/CHANGELOG.md index a00e04fdf9..db745818ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](https://semver.org/). -## [Unreleased] - ReleaseDate +## [0.20.1] - 13 August 2021 ### Added ### Changed ### Fixed diff --git a/Cargo.toml b/Cargo.toml index f1e87e0e1f..1591686b77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" edition = "2018" -version = "0.20.0" +version = "0.20.1" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix" license = "MIT" diff --git a/README.md b/README.md index 167d1929f8..805db06c3c 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ To use `nix`, add this to your `Cargo.toml`: ```toml [dependencies] -nix = "0.20.0" +nix = "0.20.1" ``` ## Contributing