Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arnecls committed Sep 20, 2016
1 parent 1639efa commit fd575f3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -18,6 +18,7 @@ before_install:
# packages:
# - libpcap-dev
# - librdkafka-dev
# - libsystemd-journal-dev
script:
- go build
- go vet -v $(go list ./...|grep -v vendor)
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
# 0.4.5

This is a patch / minor features release.

#### Fixed

* Dockerfile is now working again

#### New

* Added producer for writing data to Amazon S3 (thanks @relud)
* Added authentication support to native.KafkaProducer (thanks @relud)
* Added a native systemd consumer (thanks @relud)

# 0.4.4

This is a patch / minor features release.
Expand Down

0 comments on commit fd575f3

Please sign in to comment.