Skip to content

Commit

Permalink
Prepare for 1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Mar 24, 2022
1 parent 58557c0 commit 5c9114f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 1.0.6 (2022-03-24)
--------------------------
Update license header to 2022 (#232)
Change docker base image to eclipse-temurin:11-jre-focal (#230)
Bump jackson-databind to 2.12.6 (#229)
Bump log4j-core to 2.17.1 (#228)
Bump amazon-kinesis-client to 1.14.8 (#227)
Remove logging of user-sent record (#226)

Version 1.0.5 (2021-12-24)
--------------------------
Clean up terminated shards before expiry (#222)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ sbt compile
The Snowplow Elasticsearch Loader has the following command-line interface:

```
snowplow-elasticsearch-loader 1.0.5
snowplow-elasticsearch-loader 1.0.6
Usage: snowplow-elasticsearch-loader [options]
Expand All @@ -52,7 +52,7 @@ aws {
Next, start the loader, making sure to specify your new config file:

```bash
$ java -jar snowplow-elasticsearch-loader-1.0.5.jar --config my.conf
$ java -jar snowplow-elasticsearch-loader-1.0.6.jar --config my.conf
```

## Find out more
Expand Down

0 comments on commit 5c9114f

Please sign in to comment.