@@ -11,37 +11,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111### Security
1212
1313
14- ## [ 1.1.5 ] - 2020-05-26
14+ ## [ 1.1.1 ] - 2020-05-27
1515### Fixed
1616- Fixed working with nested key names (for example, APP_KEY and PUSHER_APP_KEY).
1717
18- ## [ 1.1.4] - 2020-05-13
19- ### Added
20- - Added the command description.
21- - Added Travis CI build status badge.
22- - Added support for using en external ` .env ` file when using "key=value" syntax.
23- ### Changed
24- - Merged with upstream/master.
25-
26- ## [ 1.1.3] - 2020-05-12
27- ### Security
28- - roave/security-advisories finds laravel 5.3/5.4 not safe, so it is removed from the travis-ci config.
29-
30- ## [ 1.1.2] - 2020-05-12
31- ### Fixed
32- - Fixed travis-ci integration config.
33-
34- ## [ 1.1.1] - 2020-05-12
35- ### Fixed
36- - Fixed travis-ci integration config.
37-
38- ## [ 1.1.0] - 2020-05-12
18+ ## [ 1.1.0] - 2020-05-23
3919### Added
4020- Now you can set and update empty env-variables.
4121- Now you can specify external .env-file as the third optional argument.
4222- Now you can set the value with equals sign ("=").
4323- Added a lot of unit-tests.
44- - Added travis-ci integration.
24+ - Added GitHub Actions integration.
25+ - Added GitHub Actions build status badge.
26+ - Added the command description.
27+ - Added support for using en external ` .env ` file when using "key=value" syntax.
4528### Changed
4629- composer.json now includes needed laravel components.
4730### Fixed
@@ -51,9 +34,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5134### Added
5235- Initial release
5336
54- [ 1.1.5 ] : https://github.com/imliam/laravel-env-set-command/compare/1.1.4...1.1.5
55- [ 1.1.4 ] : https://github.com/imliam/laravel-env-set-command/compare/1.1.3...1.1.4
56- [ 1.1.3 ] : https://github.com/imliam/laravel-env-set-command/compare/1.1.2...1.1.3
57- [ 1.1.2 ] : https://github.com/imliam/laravel-env-set-command/compare/1.1.1...1.1.2
5837[ 1.1.1 ] : https://github.com/imliam/laravel-env-set-command/compare/1.1.0...1.1.1
5938[ 1.1.0 ] : https://github.com/imliam/laravel-env-set-command/compare/1.0.0...1.1.0
0 commit comments