diff --git a/.changeset/forty-dolls-train.md b/.changeset/forty-dolls-train.md deleted file mode 100644 index d8cd500..0000000 --- a/.changeset/forty-dolls-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trackio": patch ---- - -feat:Avoid redundant calls to /whoami-v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index c5200c3..5d7c051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # trackio +## 0.9.1 + +### Features + +- [#344](https://github.com/gradio-app/trackio/pull/344) [`7e01024`](https://github.com/gradio-app/trackio/commit/7e010241d9a34794e0ce0dc19c1a6f0cf94ba856) - Avoid redundant calls to /whoami-v2. Thanks @Wauplin! + ## 0.9.0 ### Features diff --git a/trackio/CHANGELOG.md b/trackio/CHANGELOG.md index c5200c3..5d7c051 100644 --- a/trackio/CHANGELOG.md +++ b/trackio/CHANGELOG.md @@ -1,5 +1,11 @@ # trackio +## 0.9.1 + +### Features + +- [#344](https://github.com/gradio-app/trackio/pull/344) [`7e01024`](https://github.com/gradio-app/trackio/commit/7e010241d9a34794e0ce0dc19c1a6f0cf94ba856) - Avoid redundant calls to /whoami-v2. Thanks @Wauplin! + ## 0.9.0 ### Features diff --git a/trackio/package.json b/trackio/package.json index f9a829a..6c3479b 100644 --- a/trackio/package.json +++ b/trackio/package.json @@ -1,6 +1,6 @@ { "name": "trackio", - "version": "0.9.0", + "version": "0.9.1", "description": "", "python": "true" }