summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorAndrew Kryczka <andrew.kryczka2@gmail.com>2024-06-04 11:43:02 -0700
committerAndrew Kryczka <andrew.kryczka2@gmail.com>2024-06-04 11:43:02 -0700
commitc5201abc4a983450f9423435a4405829be23d0a8 (patch)
tree050b3889bcc274382f9bd2e0cfdab8ecfb4159b0 /HISTORY.md
parent4eda1b79fa0f5182f63f8ffc07e6685e467842e0 (diff)
update HISTORY.md and version.h for 9.3.1v9.3.1
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index a1700f993..7f4ba06b0 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,6 +1,10 @@
# Rocksdb Change Log
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
+## 9.3.1 (05/25/2024)
+### Bug Fixes
+* [internal only] Build script improvement
+
## 9.3.0 (05/17/2024)
### New Features
* Optimistic transactions and pessimistic transactions with the WriteCommitted policy now support the `GetEntity` API.