Skip to content

Commit 5c9114f

Browse files
committed
Prepare for 1.0.6 release
1 parent 58557c0 commit 5c9114f

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,3 +1,12 @@
1+
Version 1.0.6 (2022-03-24)
2+
--------------------------
3+
Update license header to 2022 (#232)
4+
Change docker base image to eclipse-temurin:11-jre-focal (#230)
5+
Bump jackson-databind to 2.12.6 (#229)
6+
Bump log4j-core to 2.17.1 (#228)
7+
Bump amazon-kinesis-client to 1.14.8 (#227)
8+
Remove logging of user-sent record (#226)
9+
110
Version 1.0.5 (2021-12-24)
211
--------------------------
312
Clean up terminated shards before expiry (#222)

README.md

+2-2
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 1.0.5
28+
snowplow-elasticsearch-loader 1.0.6
2929
3030
Usage: snowplow-elasticsearch-loader [options]
3131
@@ -52,7 +52,7 @@ aws {
5252
Next, start the loader, making sure to specify your new config file:
5353

5454
```bash
55-
$ java -jar snowplow-elasticsearch-loader-1.0.5.jar --config my.conf
55+
$ java -jar snowplow-elasticsearch-loader-1.0.6.jar --config my.conf
5656
```
5757

5858
## Find out more

0 commit comments

Comments
 (0)