diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-12-17 12:14:30 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-12-17 12:20:23 -0800 |
commit | 3940c481760fbe2c9299fb52513e7717b8e3c214 (patch) | |
tree | 5a9e523281de014d3b0b91fbc008ba311b2542ef | |
parent | ea372f042788f61a53ebbca3486090cc8577a20a (diff) | |
download | es-public-proxy-3940c481760fbe2c9299fb52513e7717b8e3c214.tar.gz es-public-proxy-3940c481760fbe2c9299fb52513e7717b8e3c214.zip |
bump to v0.2.2v0.2.2
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9740152..fdd71c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # CHANGELOG +## [0.2.2] - 2020-12-17 + +## Added + +- support for 'filters' aggregation type + ## [0.2.1] - 2020-10-18 ### Fixed @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "es-public-proxy" -version = "0.2.1" +version = "0.2.2" dependencies = [ "env_logger", "http", @@ -1,6 +1,6 @@ [package] name = "es-public-proxy" -version = "0.2.1" +version = "0.2.2" edition = "2018" authors = ["Bryan Newbold <bnewbold@robocracy.org>"] license = "AGPL-3.0-or-later" |