diff --git a/.docker/docker.version b/.docker/docker.version index 05a5e52..9da0945 100644 --- a/.docker/docker.version +++ b/.docker/docker.version @@ -1 +1 @@ -IMAGE_VERSION="0.31.0" # The version of the project +IMAGE_VERSION="0.31.1" # The version of the project diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f0bae..6c8a2f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v0.31.1 (2024-07-17) + +### Fix + +* Update docker/build-push-action to v6.4.1 ([`2fdf8ef`](https://github.com/entelecheia/hyperfast-docker-template/commit/2fdf8ef03c885774ccb3f1815fc922934987569b)) + ## v0.31.0 (2024-07-04) ### Feature diff --git a/pyproject.toml b/pyproject.toml index b5066f2..cdd90e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyperfast-docker-template" -version = "0.31.0" +version = "0.31.1" description = "Hyperfast Docker Template is a powerful tool that leverages copier to streamline the creation of new Docker projects. It simplifies and accelerates Docker configurations, fostering a highly efficient and user-friendly development experience." authors = ["Young Joon Lee "] license = "MIT"