From d696d8c1a75b5c9e30a5b29468b6146924c9df8e Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Thu, 9 Nov 2023 14:01:51 +0300 Subject: [PATCH] Release v2.2.0 (#116) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e63d93..1914648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2023-11-09 + - Allow root-level object `global` for sharing values with subcharts ## [2.1.1] - 2023-04-25 @@ -115,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added first basic linting. -[Unreleased]: https://github.com/giantswarm/schemalint/compare/v2.1.1...HEAD +[Unreleased]: https://github.com/giantswarm/schemalint/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/giantswarm/schemalint/compare/v2.1.1...v2.2.0 [2.1.1]: https://github.com/giantswarm/schemalint/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/giantswarm/schemalint/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/giantswarm/schemalint/compare/v1.2.0...v2.0.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 7eb0f41..a6231a4 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -1,7 +1,7 @@ package project var ( - version = "2.1.2-dev" + version = "2.2.0" ) func Version() string {