diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad3a5b7b..0f6843239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/main.go b/main.go index 06b0900ac..96c65b973 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,7 @@ import ( const ( serviceName = "package-registry" - version = "1.5.2" + version = "1.6.0" ) var ( diff --git a/testdata/generated/index.json b/testdata/generated/index.json index 0b8d69365..af0d90422 100644 --- a/testdata/generated/index.json +++ b/testdata/generated/index.json @@ -1,4 +1,4 @@ { "service.name": "package-registry", - "service.version": "1.5.2" + "service.version": "1.6.0" }