diff --git a/CHANGELOG.md b/CHANGELOG.md index a76302f..97aadb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.1.18 - 2026.09.21 +### Added +- Add SUBSAMPLE keyword and algorithm constants [#25](https://github.com/questdb/sql-parser/pull/25) +- add sql formatter and fix parser gaps [#34](https://github.com/questdb/sql-parser/pull/34) +- Add resource group keywords, constants and functions [#33](https://github.com/questdb/sql-parser/pull/33) +- add support for SWITCH COLD STORAGE role and status commands [#32](https://github.com/questdb/sql-parser/pull/32) + ## 0.1.17 - 2026.08.18 ### Changed - `isOrdered` removed from the aggregate function list, so it no longer appears in autocomplete. [#29](https://github.com/questdb/sql-parser/pull/29) diff --git a/package.json b/package.json index ba6afe0..fa2efd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@questdb/sql-parser", - "version": "0.1.17", + "version": "0.1.18", "description": "SQL parser for QuestDB syntax using Chevrotain", "type": "module", "main": "dist/index.cjs",