diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e2d596..20730c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.58.1 (2024-04-08) + +### Fix + +* **install:** Make bin_path optional arg ([`741044a`](https://github.com/lt-mayonesa/hexagon/commit/741044a2244770c18b66dfd972bc1220cab910ad)) + ## v0.58.0 (2024-03-30) ### Feature diff --git a/setup.py b/setup.py index 44bd1c7..fb464c8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import setuptools # this updates automatically https://python-semantic-release.readthedocs.io/en/latest/index.html -__version__ = "0.58.0" +__version__ = "0.58.1" def __markers(config: dict):