From 1bd3e45245fb1a7aa975751877831bfbfd8123d9 Mon Sep 17 00:00:00 2001 From: Ian Streeter Date: Thu, 22 Sep 2022 22:15:58 +0100 Subject: [PATCH] Prepare for 2.0.8 release --- CHANGELOG | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d660bed..95c132b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Version 2.0.8 (2022-09-23) +-------------------------- +Timeout on converting Future to IO (#242) +Remove logging cluster health (#241) + Version 2.0.7 (2022-09-11) -------------------------- Use PutRecords to batch up failed inserts sent to kinesis (#239) diff --git a/README.md b/README.md index c3416f5..dad806f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ sbt compile The Snowplow Elasticsearch Loader has the following command-line interface: ``` -snowplow-elasticsearch-loader 2.0.7 +snowplow-elasticsearch-loader 2.0.8 Usage: snowplow-elasticsearch-loader [options] @@ -45,7 +45,7 @@ Update the configuration to fit your needs. Next, start the loader, making sure to specify your new config file: ```bash -$ java -jar snowplow-elasticsearch-loader-2.0.7.jar --config my.conf +$ java -jar snowplow-elasticsearch-loader-2.0.8.jar --config my.conf ``` ## Find out more