Skip to content

Commit 1d6bbd9

Browse files
benjbenchuwy
authored andcommitted
Prepare for release
1 parent 599920a commit 1d6bbd9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.12.1 (2020-05-13)
2+
---------------------------
3+
Fix NullPointerException before resharding (#156)
4+
15
Version 0.12.0 (2020-03-17)
26
---------------------------
37
Add badges to README (#73)

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 0.12.0
28+
snowplow-elasticsearch-loader 0.12.1
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-http-0.12.0.jar --config my.conf
55+
$ java -jar snowplow-elasticsearch-loader-http-0.12.1.jar --config my.conf
5656
```
5757

5858
## Find out more

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ lazy val commonDependencies = Seq(
4040
lazy val buildSettings = Seq(
4141
organization := "com.snowplowanalytics",
4242
name := "snowplow-elasticsearch-loader",
43-
version := "0.12.0",
43+
version := "0.12.1",
4444
description := "Load the contents of a Kinesis stream or NSQ topic to Elasticsearch",
4545
scalaVersion := "2.12.10",
4646
scalacOptions := BuildSettings.compilerOptions,

0 commit comments

Comments
 (0)