diff --git a/.env.dist b/.env.dist deleted file mode 100644 index 4c093b4..0000000 --- a/.env.dist +++ /dev/null @@ -1,15 +0,0 @@ -# ----------------------------------------------------------------------------- -### Docker -# ----------------------------------------------------------------------------- - -# -# All containers -# -DOCKER_CONTAINER_OWNER=meritoo -DOCKER_CONTAINER_PROJECT=common-library - -# -# PHP configuration: -# - timezone -# -TIMEZONE=Europe/Warsaw diff --git a/CHANGELOG.md b/CHANGELOG.md index dd96b21..1c8eebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Common and useful classes, methods, exceptions etc. +# 1.0.6 + +1. Use `.env` instead of `.env.dist` + # 1.0.5 1. Collection > trait > return "void" where "self" causes type hinting problem and is not required diff --git a/VERSION b/VERSION index 90a27f9..af0b7dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.5 +1.0.6