diff --git a/CHANGELOG.md b/CHANGELOG.md index f584104..ae272d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.22.0] - 2022-02-13 + +### Dependencies + +- Update module github.com/slack-go/slack to v0.10.2 + +### Features + +- Add syslog (#211) + ## [0.21.0] - 2022-02-09 ### Features diff --git a/Makefile b/Makefile index 5e95b2a..817c606 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ changelog-latest: .PHONY: changelog-latest changelog-file: - @git cliff --config .cliff.toml --topo-order -o CHANGELOG.md + @git cliff --config .cliff.toml -o CHANGELOG.md .PHONY: changelog-file ###############################################################################