From 1b31b2d844821a1b055d122f37f47332d007c24b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Oct 2020 09:47:35 +0200 Subject: [PATCH] release v3.3.0 (#594) Co-authored-by: github-actions --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce68d2cd..400d724dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.3.0] - 2020-10-23 + ### Added - Add display columns to `AppCatalogEntry` CRD. @@ -535,7 +537,8 @@ needing to enter empty strings. -[Unreleased]: https://github.com/giantswarm/apiextensions/compare/v3.2.0...HEAD +[Unreleased]: https://github.com/giantswarm/apiextensions/compare/v3.3.0...HEAD +[3.3.0]: https://github.com/giantswarm/apiextensions/compare/v3.2.0...v3.3.0 [3.2.0]: https://github.com/giantswarm/apiextensions/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/giantswarm/apiextensions/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/giantswarm/apiextensions/compare/v2.6.1...v3.0.0