diff --git a/.docker/docker.version b/.docker/docker.version index f8eded2..79d66ea 100644 --- a/.docker/docker.version +++ b/.docker/docker.version @@ -1 +1 @@ -APP_VERSION="0.4.0" # The version of the project +APP_VERSION="0.4.1" # The version of the project diff --git a/CHANGELOG.md b/CHANGELOG.md index 058d816..b40f52a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v0.4.1 (2023-08-21) + +### Fix + +* **release:** Remove skip ci from commit subject ([`83c1c7a`](https://github.com/entelecheia/hyperfast-docker-template/commit/83c1c7aeb0e6e719c0df7a7e9f5fd92963e52b30)) + ## v0.4.0 (2023-08-21) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 8afbd94..c97e543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyperfast-docker-template" -version = "0.4.0" +version = "0.4.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"