From 8c2a0dcb46d71974d089dbb45462d47fb31320e6 Mon Sep 17 00:00:00 2001 From: Eddy Babetto Date: Mon, 16 Sep 2024 12:19:48 +0200 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Eddy Babetto --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f2b38..2815aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.92.1]- Unreleased +### Added +- Add template type support for trigger, thus enabling Mustache templating + +### Fixed +- Fixed trigger parse for HTTPHeaders +- Fixed validation behavior when KnownValue equal to "nil" and ValueMatchOperator equal to "*" +- Updated validation function to allow string Datetime +- Fixed LongIntegerArray parsing for interface values + ## [0.92.0]- 2023-11-16 ### Added - Add `triggers` package to validate Astarte triggers.