diff --git a/CHANGELOG.md b/CHANGELOG.md index e5361b5..a0099cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 1.1.0 + * Added a logging config file to fallback to in case LOGGING_CONF_FILE env variable is not defined. This is to + respect the singer specs that requires the logs to be sent to stderr and not stdout. + ## 1.0.0 * Initial version (fork of https://github.com/singer-io/singer-python version 5.9.0) diff --git a/setup.py b/setup.py index f1ee264..87c59a4 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name="pipelinewise-singer-python", - version='1.0.0', + version='1.1.0', description="Singer.io utility library - PipelineWise compatible", long_description=long_description, long_description_content_type="text/markdown",