From 5c3153ad3779b00eb7d8727b0c726f28c8cc1fc5 Mon Sep 17 00:00:00 2001 From: Rene Zbinden Date: Mon, 28 Nov 2022 12:29:55 +0100 Subject: [PATCH] chore: update changelog with 0.5.0 release --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b118c..ce98870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.5.0 (2022-11-28) + + +### Build System + +* **deps**: github.com/prometheus/client_golang 1.13.0 -> 1.14.0 ([0ce5469d](https://github.com/postfinance/flash/commit/0ce5469d)) +* **deps**: github.com/stretchr/testify 1.8.0 -> 1.8.1 ([031c78f0](https://github.com/postfinance/flash/commit/031c78f0)) + + +### New Features + +* **common**: add WithoutTimestamps option to log without timestamps ([8d69956f](https://github.com/postfinance/flash/commit/8d69956f)) +* **common**: add logfmt support ([da95c21b](https://github.com/postfinance/flash/commit/da95c21b)) + + + ## 0.4.0 (2022-09-16)