Skip to content

Commit

Permalink
Prepare for 2.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jan 29, 2025
1 parent 078b46c commit e54cbb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 2.1.3 (2025-01-29)
--------------------------
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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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]
Expand All @@ -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.2.jar --config my.conf
$ java -jar snowplow-elasticsearch-loader-2.1.3.jar --config my.conf
```

## Find out more
Expand Down

0 comments on commit e54cbb0

Please sign in to comment.