diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef426d..b2121f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.4.1 +## 1.5.0 * Changes JSONFileCache location [#70](https://github.com/singer-io/tap-s3-csv/pull/70) ## 1.4.0 diff --git a/setup.py b/setup.py index aa6f382..b125525 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-s3-csv', - version='1.4.1', + version='1.5.0', description='Singer.io tap for extracting CSV files from S3', author='Stitch', url='https://singer.io',