diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb0cc7..2aba251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +2.1.2 (2023-01-17) +------------------- +- Add python 3.10 compatibility +- Bump `joblib` from 0.16.0 to 1.2.0 +- Bump `psycopg2-binary` from 2.8.5 to 2.9.5 to get macOS arm64 (Apple M1) wheels + 2.1.1 (2021-05-11) ------------------- - Bump `joblib` from 0.13.2 to 0.16.0 to be Python 3.8 compatible diff --git a/setup.py b/setup.py index 349ea9e..59e5fce 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-postgres", - version="2.1.1", + version="2.1.2", description="Singer.io target for loading data to PostgreSQL - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',