From a9d60c8c8478990714ee6f5110fd80e901e1f63f Mon Sep 17 00:00:00 2001 From: Seth Shelnutt Date: Fri, 4 Nov 2022 19:33:31 -0400 Subject: [PATCH] Update HISTORY.md for 2.12.2 --- HISTORY.md | 6 ++++++ doc/source/conf.py | 2 +- tiledb/sm/c_api/tiledb_version.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8088ce0acc3..161807d9e4f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +# TileDB v2.12.2 Release Notes + +## Bug fixes + +* Fix use-after-free on a capnp::FlatArrayMessageReader [#3631](https://github.com/TileDB-Inc/TileDB/pull/3631) + # TileDB v2.12.1 Release Notes ## Improvements diff --git a/doc/source/conf.py b/doc/source/conf.py index 829a11bbe68..df70005024f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -73,7 +73,7 @@ # The short X.Y version. version = '2.12' # The full version, including alpha/beta/rc tags. -release = '2.12.1' +release = '2.12.2' # Breathe extension configuration. tiledb_dir = '../../' diff --git a/tiledb/sm/c_api/tiledb_version.h b/tiledb/sm/c_api/tiledb_version.h index c4150cd8524..2d7c0bcbfca 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 2 #define TILEDB_VERSION_MINOR 12 -#define TILEDB_VERSION_PATCH 1 +#define TILEDB_VERSION_PATCH 2