From f7bc158e0452a63983e23e92664aae31e57b737e Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 20 Dec 2023 07:58:21 -0300 Subject: [PATCH] [DOCs] Updated changelog for release --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cfb59..363f85c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.5.0] - UNRELEASED +## [2.5.0] - 2023-12-20 ### Added -* Support to generate KiRi SVGs +* Support to generate KiRi SVGs *Experimental* (--kiri_mode) ### Fixed -* PNGs not removed when no diff and only_different was specified +* PNGs not removed when no diff and --only_different was specified ## [2.4.7] - 2023-03-29