From 6de0449b8c1061001f5d1c20efeaf2d2a5ef3cc9 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sun, 28 Jul 2019 21:08:04 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c197029a..78f77470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +### ⚡️ Added + +* Dockerfile, by [@senorprogrammer](https://github.com/senorprogrammer) + +## v0.19.0 + ### ☠️ Breaking Change * HIBP module now requires an API key to operate. See [Authentication and the Have I Been Pwned API](https://www.troyhunt.com/authentication-and-the-have-i-been-pwned-api/) for more details, [#508](https://github.com/wtfutil/wtf/issues/508) by [@senorprogrammer](https://github.com/senorprogrammer)