From 2fd41944a124fa615f27fdd5a469b534b3afc0dc Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Tue, 2 Mar 2021 10:12:37 -0500 Subject: [PATCH] Close changelog for v0.3.0. --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ab4c6..a6bc2e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.0] + - Added `--rate-limit` flag to control rate (in bytes/sec) of UDP streaming. [#12](https://github.com/andrewkroh/stream/pull/12) -- Added `gcppubsub` output option. [#13] +- Added `gcppubsub` output option. [#13](https://github.com/andrewkroh/stream/pull/13) ## [0.2.0] @@ -25,7 +27,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Added pcap and log file inputs. - Added udp, tcp, and tls outputs. -[Unreleased]: https://github.com/andrewkroh/stream/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/andrewkroh/stream/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/andrewkroh/stream/releases/tag/v0.3.0 [0.2.0]: https://github.com/andrewkroh/stream/releases/tag/v0.2.0 [0.1.0]: https://github.com/andrewkroh/stream/releases/tag/v0.1.0 [0.0.1]: https://github.com/andrewkroh/stream/releases/tag/v0.0.1