diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0c19a..f55a932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.4.3 (2024-06-11) + +### Fix + +* fix(cli): use production auth tenant in production builds ([`7855854`](https://github.com/numerous-com/numerous-sdk/commit/7855854a7ee6a7145e88134eced09c7c81427109)) + + ## v0.4.2 (2024-06-11) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 2c71af4..dc7c823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "numerous" readme = "README.md" -version = "0.4.2" +version = "0.4.3" classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "typing-extensions==4.9.0",