diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e99ad..c738364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,12 @@ 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-12-11 +## [Unreleased] - 2023-12-14 ### Added ### Changed +* Bumped GitHub CLI to 2.40.1. * Bumped Python to 3.12.1. ### Deprecated diff --git a/versions.json b/versions.json index 967a13c..b33f006 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,6 @@ { "curl": "7.88.1", - "gh": "2.40.0", + "gh": "2.40.1", "git": "2.39.2", "gpg": "2.2.40", "python": "3.12.1"