Skip to content

Commit

Permalink
Update HISTORY.md for 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelnutt2 committed Nov 4, 2022
1 parent 615eff4 commit a9d60c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '../../'
Expand Down
2 changes: 1 addition & 1 deletion tiledb/sm/c_api/tiledb_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

#define TILEDB_VERSION_MAJOR 2
#define TILEDB_VERSION_MINOR 12
#define TILEDB_VERSION_PATCH 1
#define TILEDB_VERSION_PATCH 2

0 comments on commit a9d60c8

Please sign in to comment.