diff --git a/CHANGELOG.md b/CHANGELOG.md index e62443248..b6ccaafef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.13.2 (2020-03-05) +------------------- + +**FastSync Postgres** + - Handle reserved words in column names in FastSync from PostgreSQL + 0.13.1 (2020-03-02) ------------------- - Bump `ansible` to 2.7.16 @@ -10,7 +16,6 @@ - Bump `tap-postgres` to 1.4.1 - Remove unused timestamps in log - 0.13.0 (2020-02-26) ------------------- **Logging refactoring**: diff --git a/setup.py b/setup.py index 043e19327..b09e5d7e1 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ LONG_DESCRIPTION = f.read() setup(name='pipelinewise', - version='0.13.1', + version='0.13.2', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',