diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8448056..783d3bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.3" + ".": "2.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b711bf..798a7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.4](https://github.com/mcaulifn/solcast/compare/v2.0.3...v2.0.4) (2024-07-10) + + +### Bug Fixes + +* **deps:** Bump urllib3 from 2.2.1 to 2.2.2 ([#274](https://github.com/mcaulifn/solcast/issues/274)) ([bd35123](https://github.com/mcaulifn/solcast/commit/bd35123b73f5794719bc429f91f2a28202614106)) + ## [2.0.3](https://github.com/mcaulifn/solcast/compare/v2.0.2...v2.0.3) (2024-06-04) diff --git a/pyproject.toml b/pyproject.toml index cef2f98..74dbf73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysolcast" -version = "2.0.3" +version = "2.0.4" description = "" authors = ["Nathaniel McAuliffe "] readme = "README.rst"