From abb80792c4838dc1a9b56750e4afc2f5a98a8aec Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Wed, 6 Sep 2023 10:57:30 -0400 Subject: [PATCH] Update CHANGELOG.md (#219) --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d750afe..26ee4ffc 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-08-29 +## [Unreleased] - 2023-09-06 ### Added @@ -15,14 +15,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Fixed -* Get repository owner (user for stats image) from GitHub Actions environment variables (fixes issue related to update to GitHub CLI determining owner of repository). ### Dependencies -* Bump cicirello/pyaction from 4.14.0 to 4.22.0 ### CI/CD +## [1.20.3] - 2023-09-06 + +### Fixed +* Get repository owner (user for stats image) from GitHub Actions environment variables #210 (fixes issue related to update to GitHub CLI #209 determining owner of repository). + +### Dependencies +* Bump cicirello/pyaction from 4.14.0 to 4.22.0 + + ## [1.20.2] - 2022-12-30 ### Fixed