Skip to content

Commit

Permalink
Prepare for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and colmsnowplow committed Sep 26, 2023
1 parent 793c3e0 commit 2e39a8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.6.0 (2023-09-26)
--------------------------
Fix bug where padding adds spaces to filenames (#70)
Remove dependency on amazon-kinesis-client (#68)
Add http sink (#67)

Version 0.5.0 (2023-08-14)
--------------------------
Move cli options to the config (#47)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ Aside from "output" configuration, all fields in the configuration file are opti
"output": {
"type": "File"
// Generate files locally
"uri": "file:/path/to/my-events"
"path": "file:/path/to/my-events"
// Generate files into an S3 bucket
//"uri": "s3://my-bucket/my-events"
//"path": "s3://my-bucket/my-events"
// "type": "Kafka"
// Required: Seed brokers to use
Expand Down

0 comments on commit 2e39a8a

Please sign in to comment.