From b10f192f4da3ac4921bf92b5cc861ca287cc55d4 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Wed, 15 Jan 2025 21:09:57 +0100 Subject: [PATCH] Prepare changelog after 1.27.0 (#1273) --- CHANGELOG.md | 13 +++++++++++++ main.go | 2 +- testdata/generated/index.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d6a8325..558b4127e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.27.0...main) + +### Breaking changes + +### Bugfixes + +### Added + +### Deprecated + +### Known Issues + + ## [v1.27.0](https://github.com/elastic/package-registry/compare/v1.26.0...v1.27.0) ### Breaking changes diff --git a/main.go b/main.go index 209e31eee..706d1a3d1 100644 --- a/main.go +++ b/main.go @@ -39,7 +39,7 @@ import ( const ( serviceName = "package-registry" - version = "1.27.0" + version = "1.27.1" defaultInstanceName = "localhost" ) diff --git a/testdata/generated/index.json b/testdata/generated/index.json index ca20c1186..959acfb07 100644 --- a/testdata/generated/index.json +++ b/testdata/generated/index.json @@ -1,4 +1,4 @@ { "service.name": "package-registry", - "service.version": "1.27.0" + "service.version": "1.27.1" }