Skip to content

Commit

Permalink
Prepare changelog after 1.24.1 (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Sep 3, 2024
1 parent 60256e2 commit 113dbef
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.1...main)

### Breaking changes

### Bugfixes

### Added

### Deprecated

### Known Issues


## [v1.24.1](https://github.com/elastic/package-registry/compare/v1.24.0...v1.24.1)

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (

const (
serviceName = "package-registry"
version = "1.24.1"
version = "1.24.2"
defaultInstanceName = "localhost"
)

Expand Down
2 changes: 1 addition & 1 deletion testdata/generated/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"service.name": "package-registry",
"service.version": "1.24.1"
"service.version": "1.24.2"
}

0 comments on commit 113dbef

Please sign in to comment.