From cac3ce8aa17dae0a48858ab6ef5c440e198da166 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Tue, 1 Oct 2024 15:09:54 -0500 Subject: [PATCH] Update HISTORY.md Updating release date --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index bbdc8b499..d5b1bb80e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # Release Notes -### v1.17.0 - 2024-10-01 +### v1.17.0 - 2024-10-02 This release consolidates the `SingleTableMetadata` and `MultiTableMetadata` classes into one new class simply called `Metadata`. The old classes are now deprecated. The new class has the same structure as the `MultiTableMetadata` class, except it will work with single table synthesizers.