From f3da7bf3c84fe391e7c37000650ca709e6354b45 Mon Sep 17 00:00:00 2001 From: huzaifaabbasi Date: Tue, 22 Oct 2024 15:28:04 -0700 Subject: [PATCH] Bump engine version to 8.7.18 (#88) --- CHANGELOG.md | 3 +++ config.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d53ff92..21e049f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 0.2.37 - 2024-10-22 +- SingleStoreDB Version 8.7.18 + ## 0.2.36 - 2024-10-17 - SingleStoreDB Version 8.7.17 diff --git a/config.json b/config.json index 4b8859c..00190c8 100755 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "channel": "production", - "server": "8.7.17-75e3200995", + "server": "8.7.18-38cd977479", "toolbox": "1.17.4", "client": "1.0.7", "studio": "4.0.14"