diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ab685..5d999e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v0.12.0 +* feat: Add support for excluding HTTP request paths from logging using configurable regular expressions. + # v0.11.1: * docs: Add comprehensive package-level documentation for the `http` package. * docs: Improve documentation for the `InitHTTPServer` function.