Skip to content

Commit cf8fb66

Browse files
authored
Prepare changelog after 1.32.1 (#1433)
1 parent eb77b09 commit cf8fb66

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [unreleased](https://github.com/elastic/package-registry/compare/v1.32.1...main)
8+
9+
### Breaking changes
10+
11+
### Bugfixes
12+
13+
### Added
14+
15+
### Deprecated
16+
17+
### Known Issues
18+
19+
720
## [v1.32.1](https://github.com/elastic/package-registry/compare/v1.32.0...v1.32.1)
821

922
### Breaking changes

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import (
4848

4949
const (
5050
serviceName = "package-registry"
51-
version = "1.32.1"
51+
version = "1.32.2"
5252
defaultInstanceName = "localhost"
5353
)
5454

testdata/generated/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"service.name": "package-registry",
3-
"service.version": "1.32.1"
3+
"service.version": "1.32.2"
44
}

0 commit comments

Comments
 (0)