Skip to content

Commit cf77625

Browse files
authored
Merge pull request #258 from snowplow/release/2.1.1
Prepare for 2.1.1 release
2 parents 7db18b5 + 817bea1 commit cf77625

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.1.1 (2023-08-24)
2+
--------------------------
3+
Ensure docker image has latest openssl version (#259)
4+
15
Version 2.1.0 (2023-03-22)
26
--------------------------
37
Scan docker images with Snyk container monitor (#257)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ sbt compile
2525
The Snowplow Elasticsearch Loader has the following command-line interface:
2626

2727
```
28-
snowplow-elasticsearch-loader 2.0.8
28+
snowplow-elasticsearch-loader 2.1.1
2929
3030
Usage: snowplow-elasticsearch-loader [options]
3131
@@ -45,7 +45,7 @@ Update the configuration to fit your needs.
4545
Next, start the loader, making sure to specify your new config file:
4646

4747
```bash
48-
$ java -jar snowplow-elasticsearch-loader-2.0.8.jar --config my.conf
48+
$ java -jar snowplow-elasticsearch-loader-2.1.1.jar --config my.conf
4949
```
5050

5151
## Find out more

0 commit comments

Comments
 (0)