Skip to content

Commit

Permalink
Prepare for 2.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Sep 22, 2022
1 parent 97a091e commit 1bd3e45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.0.8 (2022-09-23)
--------------------------
Timeout on converting Future to IO (#242)
Remove logging cluster health (#241)

Version 2.0.7 (2022-09-11)
--------------------------
Use PutRecords to batch up failed inserts sent to kinesis (#239)
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 2.0.7
snowplow-elasticsearch-loader 2.0.8
Usage: snowplow-elasticsearch-loader [options]
Expand All @@ -45,7 +45,7 @@ Update the configuration to fit your needs.
Next, start the loader, making sure to specify your new config file:

```bash
$ java -jar snowplow-elasticsearch-loader-2.0.7.jar --config my.conf
$ java -jar snowplow-elasticsearch-loader-2.0.8.jar --config my.conf
```

## Find out more
Expand Down

0 comments on commit 1bd3e45

Please sign in to comment.