diff --git a/CHANGELOG.md b/CHANGELOG.md index 399889461..448582c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# 1.10.2 2023-08-07 +# 1.10.4 2023-08-08 + +## Fix + +- freeze caddy image to 2.6 [(2.7 is not stable yet)](https://github.com/caddyserver/caddy/releases/tag/v2.7.1) + +# 1.10.3 2023-08-07 ## Fix diff --git a/Squest/version.py b/Squest/version.py index 94cff8789..648cd6a34 100644 --- a/Squest/version.py +++ b/Squest/version.py @@ -1,2 +1,2 @@ -__version__ = "1.10.3" +__version__ = "1.10.4" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 810d048d7..715f01b0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "squest" -version = "1.10.3" +version = "1.10.4" description = "Service catalog on top of Ansible Tower" authors = ["Nicolas Marcq ", "Elias Boulharts "] license = "MIT"