From cf5d5388ae4b201dfef2639eae1ebc197722d365 Mon Sep 17 00:00:00 2001 From: Dmitrii Ganochenko Date: Sat, 13 Jan 2024 17:46:31 +0100 Subject: [PATCH] update changelog --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 12d0e0a..32d1954 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## qdrant-operator-0.1.5 (2024-01-13) + +- Added support for additional collection params with the `spec.config` spec. See the example: [examples/qdrant-collection-complete.yaml]. + ## qdrant-operator-0.1.4 (2024-01-12) - Refactor the settingStatus function code.