Skip to content

Commit

Permalink
Release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed May 12, 2021
1 parent 3efceb2 commit 3481c94
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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/v0.19.0...master)
## [Unreleased](https://github.com/elastic/package-registry/compare/v0.20.0...master)

### Breaking changes

### Bugfixes

### Added

### Deprecated

### Known Issues

## [0.20](https://github.com/elastic/package-registry/compare/v0.19.0...v0.20.0)

### Breaking changes

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

const (
serviceName = "package-registry"
version = "0.19.1"
version = "0.20.0"
)

var (
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": "0.19.1"
"service.version": "0.20.0"
}

0 comments on commit 3481c94

Please sign in to comment.