diff --git a/NEWS.md b/NEWS.md index 84bdb663..b29d1e5e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ # Release Notes -## V0.14.1 +## v0.14.2 + +* Add DuckDB support. Thanks to Alexander Plavin. + + +## v0.14.1 * Fix `Join` incorrectly collapsing an outer branch when it may transform a NULL to a non-NULL value. diff --git a/Project.toml b/Project.toml index 64ad0d17..7337aefb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FunSQL" uuid = "cf6cc811-59f4-4a10-b258-a8547a8f6407" authors = ["Kirill Simonov ", "Clark C. Evans "] -version = "0.14.1" +version = "0.14.2" [deps] DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"