From a986ace82f0906b948d5e350a9f5a160f770059b Mon Sep 17 00:00:00 2001
From: HaystackBot <accounts@deepset.ai>
Date: Thu, 14 Nov 2024 09:50:16 +0000
Subject: [PATCH] Update the changelog

---
 integrations/deepeval/CHANGELOG.md | 35 ++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 integrations/deepeval/CHANGELOG.md

diff --git a/integrations/deepeval/CHANGELOG.md b/integrations/deepeval/CHANGELOG.md
new file mode 100644
index 000000000..a296c7cfa
--- /dev/null
+++ b/integrations/deepeval/CHANGELOG.md
@@ -0,0 +1,35 @@
+# Changelog
+
+## [integrations/deepeval-v0.1.2] - 2024-11-14
+
+### ๐Ÿš€ Features
+
+- Implement `DeepEvalEvaluator` (#346)
+
+### ๐Ÿ› Bug Fixes
+
+- Fix order of API docs (#447)
+
+This PR will also push the docs to Readme
+- Deepeval - pin indirect dependencies based on python version (#1187)
+
+### ๐Ÿ“š Documentation
+
+- Update paths and titles (#397)
+- Update category slug (#442)
+- Update `deepeval-haystack` docstrings (#527)
+- Disable-class-def (#556)
+
+### ๐Ÿงช Testing
+
+- Do not retry tests in `hatch run test` command (#954)
+
+### โš™๏ธ Miscellaneous Tasks
+
+- Exculde evaluator private classes in API docs (#392)
+- Retry tests to reduce flakyness (#836)
+- Update ruff invocation to include check parameter (#853)
+- Update ruff linting scripts and settings (#1105)
+- Adopt uv as installer (#1142)
+
+<!-- generated by git-cliff -->