diff --git a/docs/migration.md b/docs/migration.md index 2af5f548..d80eca6f 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -1,5 +1,16 @@ # Migration Guide +## 0.12 to 0.13 + +Breaking changes: https://github.com/MetaphorData/connectors/issues/523 + +A few deprecated connectors & configs have been dropped: +- [Drop support for dbt 0.x](https://github.com/MetaphorData/connectors/pull/561) +- [Drop airflow plugin](https://github.com/MetaphorData/connectors/pull/562) +- [Drop support for API sink ](hhttps://github.com/MetaphorData/connectors/pull/565) +- [Drop job_id from dbt cloud config](https://github.com/MetaphorData/connectors/pull/619) +- [Drop unused data_platform field from MC's config](https://github.com/MetaphorData/connectors/pull/620) + ## 0.11 to 0.12 Breaking changes: https://github.com/MetaphorData/connectors/issues/310 diff --git a/pyproject.toml b/pyproject.toml index a4c05a63..6e982106 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metaphor-connectors" -version = "0.12.62" +version = "0.13.0" license = "Apache-2.0" description = "A collection of Python-based 'connectors' that extract metadata from various sources to ingest into the Metaphor app." authors = ["Metaphor "]