diff --git a/Changelog.md b/Changelog.md index 70633967..4a8db537 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,10 @@ Changes: Fixes: +## 0.4.11 - 12/20/2022 + +Fixes: + - Extract timeout seconds into it's own variable to get Sentry to catch it. ## 0.4.10 - 12/20/2022 diff --git a/app/pyproject.toml b/app/pyproject.toml index bdddb5ac..fa085eb1 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "buoy_barn" -version = "0.4.10" +version = "0.4.11" description = "NERACOOS lightweight API sitting in front of ERDDAP" authors = ["Alex Kerney "]