diff --git a/CHANGELOG b/CHANGELOG index 45725af..3f24636 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,13 @@ +Version 2.1.3 (2025-02-06) +-------------------------- +Update license to SLULA 1.1 +Install sbt in GitHub workflows +Remove lacework workflow from Github Actions +Upgrade dependencies +Add sts runtime dependency + Version 2.1.2 (2023-10-11) +-------------------------- Bump sbt-snowplow-release to 0.3.1 (#260) Version 2.1.1 (2023-08-24) diff --git a/README.md b/README.md index fb9cfd2..2ceb593 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ sbt compile The Snowplow Elasticsearch Loader has the following command-line interface: ``` -snowplow-elasticsearch-loader 2.1.2 +snowplow-elasticsearch-loader 2.1.3 Usage: snowplow-elasticsearch-loader [options] @@ -44,7 +44,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.2.jar --config my.conf +$ java -jar snowplow-elasticsearch-loader-2.1.3.jar --config my.conf ``` ## Find out more