Skip to content

Commit aa72b16

Browse files
committed
Prepare for release
1 parent 3f87bab commit aa72b16

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Version 0.12.0 (2020-03-17)
2+
---------------------------
3+
Add badges to README (#73)
4+
Add Bintray Docker registry credentials to .travis.yml (#146)
5+
Add DockerHub credentials to .travis.yml (#145)
6+
Build Docker image (#144)
7+
Get rid of source property in BadEventTransformer (#150)
8+
Replace json4s with circe (#131)
9+
Add support for self-describing bad rows (#136)
10+
Bump snowplow-scala-analytics-sdk to 1.0.0 (#142)
11+
Fix documentType key in config.hocon.example (#141)
12+
Replace scopt by decline (#140)
13+
Bump Scala to 2.12.10 (#135)
14+
Bump sbt to 1.3.8 (#134)
15+
Extend copyright notice to 2020 (#139)
16+
Replace scalaz with cats (#130)
17+
118
Version 0.11.0 (2020-02-12)
219
---------------------------
320
Sharded indices by date (#82)

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.11.0
28+
snowplow-elasticsearch-loader 0.12.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.11.0.jar --config my.conf
55+
$ java -jar snowplow-elasticsearch-loader-http-0.12.0.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.11.0",
43+
version := "0.12.0",
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)