From 7770bfff630296f0a78ebb33ff832721e802ed3b Mon Sep 17 00:00:00 2001 From: spenes Date: Wed, 11 Oct 2023 15:11:09 +0300 Subject: [PATCH] Prepare for 2.1.2 release --- CHANGELOG | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 74c0b26..45725af 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +Version 2.1.2 (2023-10-11) +Bump sbt-snowplow-release to 0.3.1 (#260) + Version 2.1.1 (2023-08-24) -------------------------- Ensure docker image has latest openssl version (#259) diff --git a/README.md b/README.md index 0465fdf..fbe8039 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.1.1 +snowplow-elasticsearch-loader 2.1.2 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.1.1.jar --config my.conf +$ java -jar snowplow-elasticsearch-loader-2.1.2.jar --config my.conf ``` ## Find out more