diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 10e942f7..55ecc12e 100755 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,22 @@ All notable changes to this project will be documented in this file. We follow the [Semantic Versioning 2.0.0](http://semver.org/) format. +## v4.5.12.2 - 2024-12-09 - [PR#1361](https://github.com/NOAA-OWP/inundation-mapping/pull/1361) + +This PR was triggered by two dep-bot PR's. One for Tornado, one for aiohttp. Upon further research, these two exist only as dependencies for Jupyter and Jupyterlab which were very out of date. Upgrading Jupyter/JupyterLab took care of the other two. + +Also fixed a minor warning during docker builds. + +Covers PR [1237](https://github.com/NOAA-OWP/inundation-mapping/pull/1347): Bump aiohttp from 3.10.5 to 3.10.11 and PR [1348](https://github.com/NOAA-OWP/inundation-mapping/pull/1348): Bump tornado from 6.4.1 to 6.4.2 + + +### Changes +- `Dockerfile.dev` and `Dockerfile.prod`: As described above. +- `Pipfile` and `Pipefile.lock`: As described above. + +

+ + ## v4.5.12.1 - 2024-11-22 - [PR#1328](https://github.com/NOAA-OWP/inundation-mapping/pull/1328) Fixes bug and adds error checking in FIM Performance. Fixes #1326.