diff --git a/CHANGELOG.md b/CHANGELOG.md index 1178ee43..b1d885b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ -## v0.5.2-dev (2019-mm-dd) +## v0.5.2 (2019-03-18) -- new(web): Extended admin frontend - fix(db): Retarget entry search and optimize tag lookup ## v0.5.1 (2019-03-11) diff --git a/Cargo.lock b/Cargo.lock index cdd947f4..9deced3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1230,7 +1230,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "openfairdb" -version = "0.5.2-dev" +version = "0.5.2" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1386ae3a..dd0f6b15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openfairdb" -version = "0.5.2-dev" +version = "0.5.2" authors = ["Markus Kohlhase ", "slowtec GmbH "] keywords = ["geo", "fair", "sustainability"] homepage = "https://github.com/slowtec/openfairdb"