diff --git a/CHANGELOG.md b/CHANGELOG.md index 50eb01b..60f0cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.1 (2024-12-09) + +### Fix + +- **docs**: fixed `README.md` + ## 0.1.0 (2024-12-09) ### Feat diff --git a/fast_healthchecks/__init__.py b/fast_healthchecks/__init__.py index e0f469f..f1a7d6a 100644 --- a/fast_healthchecks/__init__.py +++ b/fast_healthchecks/__init__.py @@ -1,3 +1,3 @@ """Fast Healthchecks.""" -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/pyproject.toml b/pyproject.toml index bb207a4..5f2b0b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fast-healthchecks" -version = "0.1.0" +version = "0.1.1" description = "FastHealthchecks" readme = "README.md" license = { file = "LICENSE" }