diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c87b962..64904465a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.63.0 (2024-07-08) +--------------------- +- Bump `pipelinewise-tap-jira`from `2.0.1` to `2.2.0` +- Bump `jinja2`from `3.0.2` to `3.1.2` +- Update Github Actions + 0.60.2b1 (2024-06-12) --------------------- - Bump `pymongo`from `4.7.3` to `3.13.0` diff --git a/setup.py b/setup.py index 427fc4db2..14e862293 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='==3.8.*', - version='0.62.0', + version='0.63.0', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',