Skip to content

Commit dd6c8fe

Browse files
authored
Release 0.2.0
Release 0.2.0
1 parent 3fe3051 commit dd6c8fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- Add bin directory to checkout during installation, so it will be possible to use shell scripts.
1010
- Add github actions for installation tests;
1111

12+
## [0.2.0] - 2021-07-19
13+
1214
### Added
1315
- Added more configs *.ini and php-fpm;
1416
- php writes logs to _/var/www/html/var/log/$pool.access.log_ and _/var/www/html/var/log/$pool.error.log_
@@ -20,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022
- Added `run-test-install.sh` shell script, so everyone can run installation tests locally;
2123
- Added some files inside _tests/install_ folder for testing purposes;
2224
- Added docs/COMMANDS.md file with all available commands inside;
25+
- Added crontab;
2326

2427
### Changed
2528
- Changed `ENV` variable to `APP_ENV` so it is the same as env variable in Symfony;
@@ -51,4 +54,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5154
- **ps** shows running containers;
5255
- **logs** shows container logs;
5356
- **bash** enters to php container with bash;
54-
- _.env.dist_ file as an example for _.env_ file
57+
- _.env.dist_ file as an example for _.env_ file

0 commit comments

Comments
 (0)