Skip to content

Commit

Permalink
Prepare 1.6.0 release (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Jan 25, 2022
1 parent 5eb874b commit 887916c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.5.1...main)
## [v1.6.0](https://github.com/elastic/package-registry/compare/v1.5.1...v1.6.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 @@ -30,7 +30,7 @@ import (

const (
serviceName = "package-registry"
version = "1.5.2"
version = "1.6.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": "1.5.2"
"service.version": "1.6.0"
}

0 comments on commit 887916c

Please sign in to comment.