From 1b3ffbce7379d20548501a472cd2c8331d67e1e2 Mon Sep 17 00:00:00 2001 From: Sarah Alnegheimish Date: Mon, 18 Nov 2024 13:45:18 -0500 Subject: [PATCH] add release notes --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 1fcf520..97c363f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,11 @@ Changelog ========= +0.6.2 - 2024-11-18 +------------------ + +* Upgrade python version to include 3.12 and 3.13 - [Issue #144](https://github.com/MLBazaar/MLBlocks/issues/144) by @sarahmish + 0.6.1 - 2023-09-26 ------------------