Skip to content

Commit 82e35c8

Browse files
authored
Post release 1.40.0 (#1905)
* Update CHANGELOG.md for upcoming release, adding sections for breaking changes, bugfixes, new features, deprecations, and known issues. * Update version to 1.40.1 in main.go and index.json for consistency with the latest release.
1 parent df36670 commit 82e35c8

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.40.0...main)
8+
9+
### Breaking changes
10+
11+
### Bugfixes
12+
13+
### Added
14+
15+
### Deprecated
16+
17+
### Known Issues
18+
719
## [v1.40.0](https://github.com/elastic/package-registry/compare/v1.39.0...v1.40.0)
820

921
### Breaking changes

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import (
4949
)
5050

5151
const (
52-
version = "1.40.0"
52+
version = "1.40.1"
5353
defaultInstanceName = "localhost"
5454
)
5555

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.40.0"
3+
"service.version": "1.40.1"
44
}

0 commit comments

Comments
 (0)