From 39b1cc6ae2eea35fe44d22404b4dd7af12c01869 Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Wed, 6 Sep 2023 16:36:22 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72703f880..704c77e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Fixed + +- Fix the error "data did not match any variant of untagged enum + ProductImageSelection" on OpenShift ([#646]). + +[#646]: https://github.com/stackabletech/operator-rs/pull/646 + ## [0.48.0] - 2023-08-18 ### Added