From 60256e2ecf7713da5497fd78383f493e22b9e0e2 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Tue, 3 Sep 2024 18:21:49 +0200 Subject: [PATCH] Prepare version 1.24.1 (#1215) --- .go-version | 2 +- CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.go-version b/.go-version index da9594fd6..013173af5 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.5 +1.22.6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3566a86c2..63fc7540f 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](https://github.com/elastic/package-registry/compare/v1.24.0...main) +## [v1.24.1](https://github.com/elastic/package-registry/compare/v1.24.0...v1.24.1) ### Breaking changes ### Bugfixes -* Update Go Runtime to 1.22.5. [#1198](https://github.com/elastic/package-registry/pull/1198) +* Update Go Runtime to 1.22.6. [#1215](https://github.com/elastic/package-registry/pull/1215) ### Added