Skip to content

Commit 3ed0746

Browse files
jbeemsterbenjben
authored andcommitted
Prepare for release
1 parent a86eec3 commit 3ed0746

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 1.0.0 (2020-07-22)
2+
--------------------------
3+
Update bad rows sent by ES loader for enriched events (#161)
4+
Bump snowplow-scala-analytics-sdk to 2.0.1 (#170)
5+
Add ability to disable CloudWatch metrics (#160)
6+
Add custom endpoint overrides for Kinesis and DynamoDB (#157)
7+
18
Version 0.12.1 (2020-05-13)
29
---------------------------
310
Fix NullPointerException before resharding (#156)

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

5858
## Find out more

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lazy val commonDependencies = Seq(
3939
lazy val buildSettings = Seq(
4040
organization := "com.snowplowanalytics",
4141
name := "snowplow-elasticsearch-loader",
42-
version := "0.12.1",
42+
version := "1.0.0",
4343
description := "Load the contents of a Kinesis stream or NSQ topic to Elasticsearch",
4444
scalaVersion := "2.12.10",
4545
scalacOptions := BuildSettings.compilerOptions,

0 commit comments

Comments
 (0)