Skip to content

Commit

Permalink
Prepare for 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Apr 17, 2024
1 parent 12988e6 commit a112e55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.8.0 (2024-04-18)
--------------------------
Add more different types of self-describing event (#76)
Configurable number of self-describing context entities (#74)

Version 0.7.0 (2024-01-03)
--------------------------
Populate all event fields (#73)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0/snowplow-event-generator-0.7.0.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.8.0/snowplow-event-generator-0.8.0.tar.gz). You need java installed to run it.

```bash
wget https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.7.0/snowplow-event-generator-0.7.0.tar.gz
tar -xzf snowplow-event-generator-0.7.0.tar.gz
wget https://github.com/snowplow-incubator/snowplow-event-generator/releases/download/0.8.0/snowplow-event-generator-0.8.0.tar.gz
tar -xzf snowplow-event-generator-0.8.0.tar.gz
```

And start generating events in your `my-events` directory, in configuration file set:
Expand Down

0 comments on commit a112e55

Please sign in to comment.