Skip to content

Commit

Permalink
Release v0.19.0 (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored Apr 27, 2021
1 parent 20c9171 commit 51ba395
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Bugfixes

### Added

### Deprecated

### Known Issues

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

### Breaking changes

### Bugfixes

* Disable Handlebars parsing. [#692] (https://github.com/elastic/package-registry/pull/692)

### Added
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.18.1"
version = "0.19.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.18.1"
"service.version": "0.19.0"
}

0 comments on commit 51ba395

Please sign in to comment.