From 7c2b2f632dc77e05231803bf14b455e30d8fa132 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Fri, 16 Sep 2022 10:24:20 +0200
Subject: [PATCH] Add missing entry to 0.60.0 changelog
Signed-off-by: Pavol Loffay
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 037570a77f..91d36732f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ Changes by Version
-------------------
### 🚀 New components 🚀
* .NET - enable bytecode instrumentation ([#1081](https://github.com/open-telemetry/opentelemetry-operator/pull/1081), [@Kielek](https://github.com/Kielek))
+* Added consistent hashing strategy for target allocation ([#1087](https://github.com/open-telemetry/opentelemetry-operator/pull/1087), [@jaronoff97](https://github.com/jaronoff97))
* Introduce ability to specify strategies for target allocation ([#1079](https://github.com/open-telemetry/opentelemetry-operator/pull/1079), [@jaronoff97](https://github.com/jaronoff97))
### 💡 Enhancements 💡
* Expose Horizontal Pod Autoscaler Behavior and add hpa scaledown test ([#1077](https://github.com/open-telemetry/opentelemetry-operator/pull/1077), [@kevinearls](https://github.com/kevinearls))