File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ Version 2.0.5 (2022-03-24)
2+ --------------------------
3+ Update license header to 2022 (#232)
4+ Change docker base image to eclipse-temurin:11-jre-focal (#230)
5+ Fix broken release badge on README (#225)
6+ Bump jackson-databind to 2.12.6 (#229)
7+ Bump log4j-core to 2.17.1 (#228)
8+ Bump amazon-kinesis-client to 1.14.8 (#227)
9+ Remove logging of user-sent record (#226)
10+
111Version 2.0.4 (2021-12-24)
212--------------------------
313Clean up terminated shards before expiry (#222)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $ sbt compile
2525The Snowplow Elasticsearch Loader has the following command-line interface:
2626
2727```
28- snowplow-elasticsearch-loader 2.0.4
28+ snowplow-elasticsearch-loader 2.0.5
2929
3030Usage: snowplow-elasticsearch-loader [options]
3131
@@ -45,7 +45,7 @@ Update the configuration to fit your needs.
4545Next, start the loader, making sure to specify your new config file:
4646
4747``` bash
48- $ java -jar snowplow-elasticsearch-loader-2.0.4 .jar --config my.conf
48+ $ java -jar snowplow-elasticsearch-loader-2.0.5 .jar --config my.conf
4949```
5050
5151## Find out more
You can’t perform that action at this time.
0 commit comments