diff --git a/CHANGELOG.md b/CHANGELOG.md index 4503820..20531e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/hms-dbmi/hypatio-app/compare/v1.1.1...v1.1.2) (2024-09-24) + + +### Bug Fixes + +* **requirements:** Updated Python requirements ([f3478e4](https://github.com/hms-dbmi/hypatio-app/commit/f3478e43d9acb0387b1223f5f8347661c4e9ae51)) + ## [1.1.2-rc.1](https://github.com/hms-dbmi/hypatio-app/compare/v1.1.1...v1.1.2-rc.1) (2024-09-23) diff --git a/pyproject.toml b/pyproject.toml index 1f25a6f..13e436e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbmi-data-portal" -version = "1.1.2-rc.1" +version = "1.1.2" description = "A portal for hosting and managing access to DBMI-provided datasets" readme = "README.md" requires-python = ">=3.9"