Skip to content

Commit 78ac5b3

Browse files
committed
Prepared for release
1 parent 1dbf260 commit 78ac5b3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
Version 0.10.2 (2018-08-01)
2+
---------------------------
3+
Allow for lookupd to be on a different machine than nsqd (#75)
4+
15
Version 0.10.1 (2017-10-06)
2-
--------------------------
6+
---------------------------
37
Stop closing ElasticSearch clients when the Emitter is closed (#67)
48
Add help and version flags to CLI options (#66)
59
Treat UPDATING Kinesis stream status as a valid status (#70)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Assuming you already have [SBT 0.13][sbt] installed:
1919
The Snowplow Elasticsearch Loader has the following command-line interface:
2020

2121
```
22-
snowplow-elasticsearch-loader 0.10.1
22+
snowplow-elasticsearch-loader 0.10.2
2323
2424
Usage: snowplow-elasticsearch-loader [options]
2525
@@ -43,7 +43,7 @@ aws {
4343

4444
Next, start the loader, making sure to specify your new config file:
4545

46-
$ java -jar snowplow-elasticsearch-loader-http-0.10.1.jar --config my.conf
46+
$ java -jar snowplow-elasticsearch-loader-http-0.10.2.jar --config my.conf
4747

4848
## Find out more
4949

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ lazy val commonDependencies = Seq(
3535
lazy val buildSettings = Seq(
3636
organization := "com.snowplowanalytics",
3737
name := "snowplow-elasticsearch-loader",
38-
version := "0.10.1",
38+
version := "0.10.2",
3939
description := "Load the contents of a Kinesis stream or NSQ topic to Elasticsearch",
4040
scalaVersion := "2.11.11",
4141
scalacOptions := BuildSettings.compilerOptions,

0 commit comments

Comments
 (0)