Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster authored and benjben committed Jul 22, 2020
1 parent a86eec3 commit 3ed0746
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 1.0.0 (2020-07-22)
--------------------------
Update bad rows sent by ES loader for enriched events (#161)
Bump snowplow-scala-analytics-sdk to 2.0.1 (#170)
Add ability to disable CloudWatch metrics (#160)
Add custom endpoint overrides for Kinesis and DynamoDB (#157)

Version 0.12.1 (2020-05-13)
---------------------------
Fix NullPointerException before resharding (#156)
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 0.12.1
snowplow-elasticsearch-loader 1.0.0
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-http-0.12.1.jar --config my.conf
$ java -jar snowplow-elasticsearch-loader-http-1.0.0.jar --config my.conf
```

## Find out more
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy val commonDependencies = Seq(
lazy val buildSettings = Seq(
organization := "com.snowplowanalytics",
name := "snowplow-elasticsearch-loader",
version := "0.12.1",
version := "1.0.0",
description := "Load the contents of a Kinesis stream or NSQ topic to Elasticsearch",
scalaVersion := "2.12.10",
scalacOptions := BuildSettings.compilerOptions,
Expand Down

0 comments on commit 3ed0746

Please sign in to comment.