Skip to content

Commit

Permalink
[RELEASE] v0.23.0 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Sep 25, 2020
1 parent 04d45c4 commit e0a8ee1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
0.23.0 (2020-09-25)
-------------------

- Fixed an issue when missing empty breadcrumb in tap properties file didn't raise an exception
- Add option to build docker images only with selected tap and target connectors

**Tap Postgres**
- Bump `pipelinewise-tap-postgres` to 1.7.0
- Option to enable SSL mode
- Fixed an issue when timestamps out of the ISO-8601 range caused some failures
- Fixed an issue when when postgres replication slot name not generated correctly and contained invalid characters

**Target Postgres**
- Bump `pipelinewise-target-postgres` to 2.1.0
- Option to enable SSL mode

0.22.1 (2020-09-10)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setup(app):
project = 'PipelineWise'
copyright = '2020, TransferWise Ltd.'
author = 'TransferWise'
version = '0.22.1'
version = '0.23.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
LONG_DESCRIPTION = f.read()

setup(name='pipelinewise',
version='0.22.1',
version='0.23.0',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit e0a8ee1

Please sign in to comment.