diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cff0c8296..edd7a7bd64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ ## New Features: +No changes to highlight. + +## Bug Fixes: + +No changes to highlight. + +## Other Changes: + +No changes to highlight. + +## Breaking Changes: + +No changes to highlight. + +# 3.30.0 + +## New Features: + - Adds a `root_path` parameter to `launch()` that allows running Gradio applications on subpaths (e.g. www.example.com/app) behind a proxy, by [@abidlabs](https://github.com/abidlabs) in [PR 4133](https://github.com/gradio-app/gradio/pull/4133) ## Bug Fixes: diff --git a/gradio/version.txt b/gradio/version.txt index c7c9773262..1cfe511a3e 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -3.29.0 +3.30.0 diff --git a/requirements.txt b/requirements.txt index d0ea9d0eff..e3ce5219f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp altair>=4.2.0 fastapi ffmpy -gradio_client>=0.2.3 +gradio_client>=0.2.4 httpx huggingface_hub>=0.13.0 Jinja2