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