File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
9
Version 2.1.2 (2023-10-11)
10
+ --------------------------
2
11
Bump sbt-snowplow-release to 0.3.1 (#260)
3
12
4
13
Version 2.1.1 (2023-08-24)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ $ sbt compile
24
24
The Snowplow Elasticsearch Loader has the following command-line interface:
25
25
26
26
```
27
- snowplow-elasticsearch-loader 2.1.2
27
+ snowplow-elasticsearch-loader 2.1.3
28
28
29
29
Usage: snowplow-elasticsearch-loader [options]
30
30
@@ -44,7 +44,7 @@ Update the configuration to fit your needs.
44
44
Next, start the loader, making sure to specify your new config file:
45
45
46
46
``` 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
48
48
```
49
49
50
50
## Find out more
You can’t perform that action at this time.
0 commit comments