Skip to content

Commit f78c4ee

Browse files
committed
Prepare for 2.1.3 release
1 parent c2ad252 commit f78c4ee

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1+
Version 2.1.3 (2025-02-06)
2+
--------------------------
3+
Update license to SLULA 1.1
4+
Install sbt in GitHub workflows
5+
Remove lacework workflow from Github Actions
6+
Upgrade dependencies
7+
Add sts runtime dependency
8+
19
Version 2.1.2 (2023-10-11)
10+
--------------------------
211
Bump sbt-snowplow-release to 0.3.1 (#260)
312

413
Version 2.1.1 (2023-08-24)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ sbt compile
2424
The Snowplow Elasticsearch Loader has the following command-line interface:
2525

2626
```
27-
snowplow-elasticsearch-loader 2.1.2
27+
snowplow-elasticsearch-loader 2.1.3
2828
2929
Usage: snowplow-elasticsearch-loader [options]
3030
@@ -44,7 +44,7 @@ Update the configuration to fit your needs.
4444
Next, start the loader, making sure to specify your new config file:
4545

4646
```bash
47-
$ java -jar snowplow-elasticsearch-loader-2.1.2.jar --config my.conf
47+
$ java -jar snowplow-elasticsearch-loader-2.1.3.jar --config my.conf
4848
```
4949

5050
## Find out more

0 commit comments

Comments
 (0)