diff --git a/CHANGELOG.md b/CHANGELOG.md index 9243ad3..8a3e415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +## 0.5.0 (2023-02-24) + +- Update pglast to 5.0 which makes pgspot use the PostgreSQL 15 parser #84 + ## 0.4.0 (2023-01-03) - Update pglast to 4.1 which makes pgspot use the PostgreSQL 14 parser #79 diff --git a/src/pgspot/__init__.py b/src/pgspot/__init__.py index 6a9beea..3d18726 100644 --- a/src/pgspot/__init__.py +++ b/src/pgspot/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0"