diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3135504 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +1.1.0 (2019-02-18) +------------------- + +- Support custom logging configuration by setting `LOGGING_CONF_FILE` env variable to the absolute path of a .conf file + +1.0.4 (2019-10-01) +------------------- + +- Grant privileges correctly when table created + +1.0.3 (2019-09-01) +------------------- + +- Fixed type mapping + +1.0.2 (2019-08-16) +------------------- + +- Add license details + +1.0.1 (2019-08-12) +------------------- + +- Sync column versioning feature to other supported targets +- Sync data flattening option to other supported targets +- Sync metadata columns behaviour to other supported targets +- Bump `psycopg2` to 2.8.2 + +1.0.0 (2019-06-03) +------------------- + +- Initial release