diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..1a77deb8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +This changelog documents all notable user-facing changes of Threat Bus. + +Every entry has a category for which we use the following visual abbreviations: + +- 🎁 feature +- 🧬 experimental feature +- ⚠️ change +- 🐞 bugfix + +## Unreleased + +- 🎁 Threat Bus now ships with a `CHANGELOG.md` that documents all notable + user-facing changes of the project. + [#48](https://github.com/tenzir/threatbus/pull/48)