From 0a68feb94764e88640d8a87a4ec49ce54d8adaab Mon Sep 17 00:00:00 2001 From: Ian Streeter Date: Sat, 11 Jun 2022 15:15:21 +0100 Subject: [PATCH] Prepare for 2.0.6 release --- CHANGELOG | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3f12a25..c76948a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 2.0.6 (2022-06-11) +-------------------------- +Bump jackson to 2.12.7 (#235) + Version 2.0.5 (2022-03-24) -------------------------- Update license header to 2022 (#232) diff --git a/README.md b/README.md index ec958d8..8cde45e 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.5 +snowplow-elasticsearch-loader 2.0.6 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.5.jar --config my.conf +$ java -jar snowplow-elasticsearch-loader-2.0.6.jar --config my.conf ``` ## Find out more