From 7b67d8cf41a42bab3407e92b4b80e5c9ae36bc8c Mon Sep 17 00:00:00 2001 From: Pradeep Srikakolapu Date: Sat, 22 Jun 2024 21:09:11 -0700 Subject: [PATCH] Updating change log --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d641e2c..778c9e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### V1.8.7 +* Improving table materialization to minimize downtime #189 +* Handling temp tables in incremental models #188 +* Add label support to filter queries #181 +* Addressed bug - incremental models cannot full refresh #179 + ### v1.8.0rc2 ## Bug Fixes