From 3371a285bf1c15ad18d4b9fc4492cf5f1c84722d Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Fri, 15 Nov 2024 08:48:40 +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 69b3c1b..41ab4d6 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-11-08 +## [Unreleased] - 2024-11-15 ### Added ### Changed * Bumped Python to 3.13.0. -* Bumped GitHub CLI to 2.61.0. +* Bumped GitHub CLI to 2.62.0. ### Deprecated diff --git a/versions.json b/versions.json index 13de014..b920dbc 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,6 @@ { "curl": "7.88.1", - "gh": "2.61.0", + "gh": "2.62.0", "git": "2.39.5", "gpg": "2.2.40", "python": "3.13.0"