Skip to content

Commit

Permalink
[RELEASE] v0.18.0 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Jul 14, 2020
1 parent 4d58d1d commit c43c434
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.18.0 (2020-07-14)
-------------------
- Add generic alert sender with Slack and VictorOps integration

**Tap Postgres**
- Bump `pipelinewise-tap-postgres` to 1.6.3
- Fixed a data loss issue when running `LOG_BASED` the tap not sending new `SCHEMA`

0.17.1 (2020-07-09)
-------------------
- Fixed an issue when using FastSync on big MongoDB collections caused memory errors
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.17.1'
version = '0.18.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.17.1',
version='0.18.0',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit c43c434

Please sign in to comment.