Skip to content

Commit 3798c46

Browse files
bump: version 0.1.4 → 0.1.5
1 parent ebbf545 commit 3798c46

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.5 (2025-01-23)
2+
3+
### Fix
4+
5+
- **redis**: added support for ssl connections
6+
17
## 0.1.4 (2025-01-22)
28

39
### Fix

fast_healthchecks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Fast Healthchecks."""
22

3-
__version__ = "0.1.4"
3+
__version__ = "0.1.5"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fast-healthchecks"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "FastHealthchecks"
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)