diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ccd489 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +## 0.1.0 (2024-05-19) + +### Feat + +- make sure we support python 3.9 through 3.11 (#6) +- improve array types (#5) +- slugify entity names (#4) +- tap-airtable (basic functionality) + +### Fix + +- update types mapping to better support array subtypes (#3) diff --git a/pyproject.toml b/pyproject.toml index b3e4860..cee847b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tap-airtable" -version = "0.0.1" +version = "0.1.0" description = "`tap-airtable` is a Singer tap for Airtable, built with the Meltano SDK for Singer Taps." authors = ["Tomas Votava"] keywords = ["ELT", "Airtable"]