From cebdc8bb745f0869011e8f96d5caad028379b742 Mon Sep 17 00:00:00 2001
From: Alex Kerney <abk@mac.com>
Date: Tue, 9 Feb 2021 15:25:48 -0500
Subject: [PATCH] v0.1.16

---
 Changelog.md       | 16 ++++++++++++++++
 app/pyproject.toml |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/Changelog.md b/Changelog.md
index ee5df20c..f4c0c08d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -8,6 +8,22 @@ Changes:
 
 Fixes:
 
+## 0.1.16 - 02/09/2020
+
+Changes:
+
+- Update dependencies:
+  - Python from 3.8.6 to 3.9.1
+  - Celery from 4.4 to 5.0
+  - Django CORS Headers from 3.6 to 3.7
+  - Django Rest Framework GIS from 0.16 to 0.17
+  - Freezegun from 1.0.0 to 1.1.0
+  - IPython from 7.19 to 7.20
+  - PyYaml from 5.3.1 tp 5.4
+  - Py.test coverage from 2.10 to 2.11
+
+Fixes:
+
 - Include `Z` on the end of forecast dates to specify the timezone so that browsers don't guess.
 
 ## 0.1.15 - 12/15/2020
diff --git a/app/pyproject.toml b/app/pyproject.toml
index cbd07823..61eb240d 100644
--- a/app/pyproject.toml
+++ b/app/pyproject.toml
@@ -1,7 +1,7 @@
 [tool]
 [tool.poetry]
 name = "buoy_barn"
-version = "0.1.15"
+version = "0.1.16"
 description = "NERACOOS lightweight API sitting in front of ERDDAP"
 authors = ["Alex Kerney <akerney@gmri.org>"]