diff --git a/CHANGELOG.md b/CHANGELOG.md index 163770bea..af411a751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.15.0 - 2024-03-14 + +- `NEW` Add support for a bookmarks-only mode, GH-716 +- `FIX` Fix missing indexes by quoting schema/table name to ::regclass, GH-711 +- `FIX` Continue on parseJSON error, GH-708 + # 0.14.3 - 2024-01-28 - `NEW` Allow retrying a connection on startup, GH-695