diff --git a/Changelog.md b/Changelog.md index 561b767e..3ac7db34 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,10 @@ Changes: Fixes: +## 0.4.9 - 12/20/2022 + +Fixes: + - __Migration__ Enable per server timeouts and timing between requests. Replaces `RETRIEVE_DATAFRAME_TIMEOUT_SECONDS`. - Fix invalid logging kwarg. - Upgraded data retrieval logging to error to send to Sentry. diff --git a/app/pyproject.toml b/app/pyproject.toml index f99e5b5e..511fb980 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "buoy_barn" -version = "0.4.8-2" +version = "0.4.9" description = "NERACOOS lightweight API sitting in front of ERDDAP" authors = ["Alex Kerney "]