From 2a886ad69c1e338cda479f0dab24079165441880 Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Mon, 30 Mar 2020 18:36:28 +0000 Subject: [PATCH] Bump release version to 1.7.7 --- HISTORY.md | 6 ++++++ tiledb/sm/c_api/tiledb_version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index e01c04924af..8ad8c58e665 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +# TileDB v1.7.7 Release Notes + +## Bug fixes + +* Fix expanded domain consolidation [#1572](https://github.com/TileDB-Inc/TileDB/pull/1572) + # TileDB v1.7.6 Release Notes ## New features diff --git a/tiledb/sm/c_api/tiledb_version.h b/tiledb/sm/c_api/tiledb_version.h index e5926a11a4d..a0b9a3fefa9 100644 --- a/tiledb/sm/c_api/tiledb_version.h +++ b/tiledb/sm/c_api/tiledb_version.h @@ -28,4 +28,4 @@ #define TILEDB_VERSION_MAJOR 1 #define TILEDB_VERSION_MINOR 7 -#define TILEDB_VERSION_PATCH 6 +#define TILEDB_VERSION_PATCH 7