summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-04-05 19:04:54 +0200
committerAram Drevekenin <aram@poor.dev>2020-04-05 19:04:54 +0200
commit648eb0a66906035858794977cfaa2a03a75f0210 (patch)
tree9203429e9e60977a50c55af92a897bb773ae4173
parentce0b1f5d8403c3161d4e376996d368e33b79751e (diff)
docs(changelog): release 0.13.00.13.0
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50ddc40..ecdba4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+## [0.13.0] - 2020-04-05
+
### Added
* Hide DNS queries by default. This can be overridden with `-s, --show-dns` (https://github.com/imsnif/bandwhich/pull/161) - [@olesh0](https://github.com/olehs0)
* Show cumulative utilization in "total utilization" mode. Trigger with `-t, --total-utilization` (https://github.com/imsnif/bandwhich/pull/155) - [@TheLostLambda](https://github.com/TheLostLambda)