diff --git a/about/changelog.md b/about/changelog.md
index b417ba75dd..6129d6c58f 100644
--- a/about/changelog.md
+++ b/about/changelog.md
@@ -8,6 +8,30 @@ keywords: [changelog, upgrades, updates, releases]
All the latest features and updates to Timescale products.
+## ☑️ Embeddings spot checks, TimescaleDB v2.19.3, and new models in SQL Assistant
+
+
+### Embeddings spot checks
+
+In Timescale Cloud, you can now quickly check the quality of the embeddings from the vectorizers' outputs. Construct a similarity search query with additional filters on source metadata using a simple UI. Run the query right away, or copy it to the SQL editor or data mode and further customize it to your needs. Run the check in Timescale Console > `Services` > `AI`:
+
+
+
+### TimescaleDB v2.19.3
+
+New services created in Timescale Cloud now use TimescaleDB v2.19.3. Existing services are in the process of being automatically upgraded to this version.
+
+This release adds a number of bug fixes including:
+
+- Fix segfault when running a query against columnstore chunks that group by multiple columns, including UUID segmentby columns.
+- Fix hypercore table access method segfault on DELETE operations using a segmentby column.
+
+### New OpenAI, Llama, and Gemini models in SQL Assistant
+
+The data mode's SQL Assistant now includes support for the latest models from OpenAI and LLama: GPT-4.1 (including mini and nano) and Llama 4 (Scout and Maverick). Additionally, we've added support for Gemini models, in particular Gemini 2.0 Nano and 2.5 Pro (experimental and preview). With the new additions, SQL Assistant supports more than 20 language models so you can select the one best suited to your needs.
+
+
+
## 🪵 TimescaleDB v2.19, new service overview page, and log improvements