diff --git a/CHANGELOG b/CHANGELOG index 9ad1c83..3f12a25 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +Version 2.0.5 (2022-03-24) +-------------------------- +Update license header to 2022 (#232) +Change docker base image to eclipse-temurin:11-jre-focal (#230) +Fix broken release badge on README (#225) +Bump jackson-databind to 2.12.6 (#229) +Bump log4j-core to 2.17.1 (#228) +Bump amazon-kinesis-client to 1.14.8 (#227) +Remove logging of user-sent record (#226) + Version 2.0.4 (2021-12-24) -------------------------- Clean up terminated shards before expiry (#222) diff --git a/README.md b/README.md index ac322f9..ec958d8 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.4 +snowplow-elasticsearch-loader 2.0.5 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.4.jar --config my.conf +$ java -jar snowplow-elasticsearch-loader-2.0.5.jar --config my.conf ``` ## Find out more