diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96d9691..0262db7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f20dc5e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/altertable-ai/altertable-python/compare/altertable-v0.1.0...altertable-v0.2.0) (2026-03-09) + + +### Features + +* bootstrap Python Product Analytics SDK for v0.9.0 ([#2](https://github.com/altertable-ai/altertable-python/issues/2)) ([0ad5fb2](https://github.com/altertable-ai/altertable-python/commit/0ad5fb2365857e527dbcb957ea9208ddf420cf26)) diff --git a/pyproject.toml b/pyproject.toml index 4b8f690..268612b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "altertable" -version = "0.1.0" +version = "0.2.0" description = "Official Python SDK for Altertable Product Analytics" authors = ["Altertable "] readme = "README.md"