diff --git a/CHANGELOG.md b/CHANGELOG.md index c7b0edf..fad0996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ ## [Upcoming] +## [0.1.0] 2019-09-25 + +A version of nearly feature-complete. + ### Added -- Support filter option (`q` param) for READ operation +- Support filter option (`q` param) for `READ` operation ## [0.0.3] 2019-09-24 @@ -16,7 +20,7 @@ ### Added -- Support `sort`, `skip`, `limit` parameters in READ operation +- Support `sort`, `skip`, `limit` parameters in `READ` operation ### Changed diff --git a/Cargo.toml b/Cargo.toml index 3221a7b..8f01b83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonbox" -version = "0.0.3" +version = "0.1.0" authors = ["Yuki Kodama "] description = "Rust wrapper for jsonbox.io" homepage = "https://github.com/kuy/jsonbox-rs"