diff --git a/Changelog.md b/Changelog.md index 00be98a6..e1881749 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,10 @@ Changes: Fixes: +## 0.4.10 - 12/20/2022 + +Fixes: + - Add error context and adjust levels. ## 0.4.9 - 12/20/2022 diff --git a/app/pyproject.toml b/app/pyproject.toml index 511fb980..bdddb5ac 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "buoy_barn" -version = "0.4.9" +version = "0.4.10" description = "NERACOOS lightweight API sitting in front of ERDDAP" authors = ["Alex Kerney "]