From f4aa51c59cdd7d416804d4fa8b4dd9dc2df98a3a Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Thu, 17 Oct 2024 08:48:58 +0000 Subject: [PATCH] Updated versions.json and changelog.md --- CHANGELOG.md | 4 ++-- versions.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 275ad45..038e725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ 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] - 2024-10-08 +## [Unreleased] - 2024-10-17 ### Added ### Changed * Bumped Python to 3.13.0. -* Bumped GitHub CLI to 2.58.0. +* Bumped GitHub CLI to 2.59.0. ### Deprecated diff --git a/versions.json b/versions.json index 8cccba7..6ec4242 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,6 @@ { "curl": "7.88.1", - "gh": "2.58.0", + "gh": "2.59.0", "git": "2.39.5", "gpg": "2.2.40", "python": "3.13.0"