diff --git a/data/releasenotes.json b/data/releasenotes.json
index 8e6be7b..693609f 100644
--- a/data/releasenotes.json
+++ b/data/releasenotes.json
@@ -1,4 +1,91 @@
[
+ {
+ "version": "v2026-07-09",
+ "date": "2026-07-09",
+ "breaksdb": false,
+ "notes": [
+ {
+ "type": "feat",
+ "note": "When setting user passwords, CedarDB now checks them for quality and rejects weak passwords."
+ },
+ {
+ "type": "feat",
+ "note": "Allow changing the sequence-owning table through ALTER SEQUENCE ... OWNED BY."
+ },
+ {
+ "type": "feat",
+ "note": "Allow changing sequence start, increment, type, minvalue and maxvalue through ALTER SEQUENCE ...."
+ },
+ {
+ "type": "feat",
+ "note": "Allow resetting a sequence through ALTER SEQUENCE ... RESTART."
+ },
+ {
+ "type": "feat",
+ "note": "Add support for indexes on enum types."
+ },
+ {
+ "type": "perf",
+ "note": "Query plans for prepared statements with parameters are significantly improved."
+ },
+ {
+ "type": "perf",
+ "note": "Reduce PostgreSQL message protocol overhead when running in pipeline mode."
+ },
+ {
+ "type": "perf",
+ "note": "Improve DictFSST random access performance."
+ },
+ {
+ "type": "pg",
+ "note": "Add support for AUTHORIZATION when creating schemas."
+ },
+ {
+ "type": "pg",
+ "note": "Adhere to PostgreSQL defaults for the LOGIN option for CREATE ROLE/USER/GROUP."
+ },
+ {
+ "type": "pg",
+ "note": "Align floating point output logic with PostgreSQL version 12 and above, printing the shortest possible representation that does not loose precision."
+ },
+ {
+ "type": "pg",
+ "note": "Ensure trigonometric functions for floating point values on special angles return results without rounding error, e.g., sind(90) == 1."
+ },
+ {
+ "type": "pg",
+ "note": "Support ordinality for all set returning system information functions."
+ },
+ {
+ "type": "pg",
+ "note": "Support argument-aware regproc and regprocedure casts with PostgreSQL compatible behaviour."
+ },
+ {
+ "type": "pg",
+ "note": "Ensure names are schema qualified for reg* to text casts if the object is not in the search path."
+ },
+ {
+ "type": "fix",
+ "note": "Fix a race condition with cloud-storage relations."
+ },
+ {
+ "type": "fix",
+ "note": "Fix a bug where we would not insert tuples into an index that is created in a concurrent transaction."
+ },
+ {
+ "type": "fix",
+ "note": "Remove throttling due to WAL memory pressure."
+ },
+ {
+ "type": "fix",
+ "note": "Avoid orphaning buffer pages during data removal."
+ },
+ {
+ "type": "fix",
+ "note": "Fix a crash in edge cases of CASE expressions over a mix of array constants and variables. See issue 71."
+ }
+ ]
+ },
{
"version": "v2026-06-23",
"date": "2026-06-23",