From e686814ab7e4568126edf81a3032fff436583e9e Mon Sep 17 00:00:00 2001 From: Innokentii Konstantinov Date: Mon, 5 Feb 2024 16:13:30 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08773546..0bb4a2f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## v1.3.101 (2024-05-01) + +### Added + +– Enable labels feature (Currently cloud-only) + ### Fixed - Address outgoing webhook encoding error when passing non-latin characters in the webhook request body by @joeyorlando