Skip to content

Commit

Permalink
Prepare for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boocock committed Dec 14, 2020
1 parent 3d55b55 commit 277ec0f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 1.1.0 (2020-12-14)
--------------------------
Bump stream-collector to 2.1.0 (#32)
Bump enrich to 1.4.2 (#33)
Bump sbt to 1.4.4 (#36)
Bump snowplow/base-debian to 0.2.1 (#35)
Switch to Github Actions (#34)

Version 1.0.0 (2020-09-11)
--------------------------
Config file should contain camel case field names (#30)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Snowplow Micro is hosted on Docker Hub : [snowplow/snowplow-micro](https://cloud
1. Update [configuration for Iglu resolvers](./example/iglu.json)
1. The configuration files must be placed in a folder that is mounted in the Docker container, and the port configured for Micro needs to be exposed. Example with configuration files in `./example/` and port `9090`:
```
$ docker run --mount type=bind,source=$(pwd)/example,destination=/config -p 9090:9090 snowplow/snowplow-micro:1.0.0 --collector-config /config/micro.conf --iglu /config/iglu.json
$ docker run --mount type=bind,source=$(pwd)/example,destination=/config -p 9090:9090 snowplow/snowplow-micro:1.1.0 --collector-config /config/micro.conf --iglu /config/iglu.json
```

## 3. REST API
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy val root = project
.settings(
name := "snowplow-micro",
organization := "com.snowplowanalytics.snowplow",
version := "1.0.0",
version := "1.1.0",
description := "Standalone application to automate testing of trackers",
scalaVersion := "2.12.11",
scalacOptions := Settings.compilerOptions,
Expand Down

0 comments on commit 277ec0f

Please sign in to comment.