Skip to content

Commit

Permalink
Release v2.2.0 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Nov 9, 2023
1 parent 434e19b commit d696d8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -115,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added first basic linting.

[Unreleased]: https:/giantswarm/schemalint/compare/v2.1.1...HEAD
[Unreleased]: https:/giantswarm/schemalint/compare/v2.2.0...HEAD
[2.2.0]: https:/giantswarm/schemalint/compare/v2.1.1...v2.2.0
[2.1.1]: https:/giantswarm/schemalint/compare/v2.1.0...v2.1.1
[2.1.0]: https:/giantswarm/schemalint/compare/v2.0.0...v2.1.0
[2.0.0]: https:/giantswarm/schemalint/compare/v1.2.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package project

var (
version = "2.1.2-dev"
version = "2.2.0"
)

func Version() string {
Expand Down

0 comments on commit d696d8c

Please sign in to comment.