diff --git a/CHANGELOG.md b/CHANGELOG.md index eba3a01..f535df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog +## 0.1.3 - 2026.03.04 +### Added +- horizon join support [#9](https://github.com/questdb/sql-parser/pull/9) + + ## 0.1.2 - 2026.02.25 ### Fixed - Prioritize tables with mentioned columns in the suggestions [#6](https://github.com/questdb/sql-parser/pull/6) diff --git a/package.json b/package.json index f3bcea5..20eb341 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@questdb/sql-parser", - "version": "0.1.2", + "version": "0.1.3", "description": "SQL parser for QuestDB syntax using Chevrotain", "type": "module", "main": "dist/index.cjs",