diff --git a/CHANGELOG b/CHANGELOG index 988606b..9f3b93e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/README.md b/README.md index ae76813..cba410b 100644 --- a/README.md +++ b/README.md @@ -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