From 1010e49e931294593f6520cf2f00b45097238e8c Mon Sep 17 00:00:00 2001 From: Ian Streeter Date: Tue, 22 Feb 2022 20:15:40 +0000 Subject: [PATCH] Prepare for 0.2.2 release --- CHANGELOG | 4 ++++ README.md | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 579f351..f592e60 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 0.2.2 (2022-02-22) +-------------------------- +Output JSON consistent with RDB transformer (#18) + Version 0.2.1 (2022-02-14) -------------------------- Remove Path.of usages to preserve compatibility with java8 (#11) diff --git a/README.md b/README.md index cd3e581..3636984 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ We provide [a command line tool](#quickstart-cli) to output events to a file, an ## Quickstart CLI -Download the [executable from github](https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.2.1/snowplow-event-generator-0.2.1.tar.gz). You need java installed to run it. +Download the [executable from github](https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.2.2/snowplow-event-generator-0.2.2.tar.gz). You need java installed to run it. ```bash -wget https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.2.1/snowplow-event-generator-0.2.1.tar.gz -tar -xzf snowplow-event-generator-0.2.1.zip +wget https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.2.2/snowplow-event-generator-0.2.2.tar.gz +tar -xzf snowplow-event-generator-0.2.2.zip ``` And start generating events in your `my-events` directory: @@ -110,7 +110,7 @@ All fields in the configuration file are optional: Core is a scala library for generating snowplow events. ``` -libraryDependencies += "com.snowplowanalytics" % "snowplow-event-generator-core" % "0.2.1" % Test +libraryDependencies += "com.snowplowanalytics" % "snowplow-event-generator-core" % "0.2.2" % Test ``` ```scala