From 746a54f9e611d6b6fac68069ad01f05285d4a6ef Mon Sep 17 00:00:00 2001 From: anonpenguin23 Date: Fri, 24 Oct 2025 11:05:34 +0300 Subject: [PATCH] Update CHANGELOG.md to include new entries for version 0.51.5, highlighting the addition of YAML file validation and a new authentication command in the CLI. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b41efd9..2e350f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ The format is based on [Keep a Changelog][keepachangelog] and adheres to [Semant ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +## [0.51.5] - 2025-10-24 + +### Added + - Added validation for yaml files - Added authenticaiton command on cli