diff --git a/CHANGELOG.md b/CHANGELOG.md index b6975d81a..d33794ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] - ReleaseDate +## [0.1.0] - 2019-06-07 ### Known Issues * Due to an issue with `type_length_limit` increasing exponentially, diff --git a/Cargo.toml b/Cargo.toml index 6bdfb1338..ae0ed52a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jail" -version = "0.0.7-alpha.0" +version = "0.1.0" authors = ["Fabian Freyer "] description = "FreeBSD jail library" license = "BSD-3-Clause"