From 26dd0d0ad8cc9ce29a3db6dd35b800654ff393ae Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 18 Oct 2020 13:19:01 -0700 Subject: bump version to 0.2.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9653a22..9740152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG +## [0.2.1] - 2020-10-18 + +### Fixed + +- filter queries can be single or an array +- allow numeric and boolean values in term queries (eg, in filters) + ## [0.2.0] - 2020-08-26 Initial public release. diff --git a/Cargo.lock b/Cargo.lock index a89e5e6..6d73762 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "es-public-proxy" -version = "0.2.0" +version = "0.2.1" dependencies = [ "env_logger", "http", diff --git a/Cargo.toml b/Cargo.toml index b320200..93ba147 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "es-public-proxy" -version = "0.2.0" +version = "0.2.1" edition = "2018" authors = ["Bryan Newbold "] license = "AGPL-3.0-or-later" -- cgit v1.2.3