From 745843286d8d0395f97f51208b75ae41e47db166 Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Mon, 6 Nov 2023 16:47:35 -0500 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Vincent A. Cicirello --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6cbd61..61e2f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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). -## [Unreleased] - 2023-10-05 +## [Unreleased] - 2023-11-06 ### Added @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Dependencies -* Bump cicirello/pyaction from 4.23.0 to 4.25.0, including upgrading Python to 3.12 within the Docker container of the action. +* Bump cicirello/pyaction from 4.23.0 to 4.26.0, including upgrading Python to 3.12 within the Docker container of the action. ### CI/CD * Bump Python to 3.12 in CI/CD workflows when running unit tests.