File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## [ Unreleased] ( https://github.com/laravel/envoy/compare/v2.1.0...2.x )
3+ ## [ Unreleased] ( https://github.com/laravel/envoy/compare/v2.2.0...2.x )
4+
5+
6+ ## [ v2.2.0 (2020-06-30)] ( https://github.com/laravel/envoy/compare/v2.1.0...v2.2.0 )
7+
8+ ### Added
9+ - Guzzle 7 support ([ 6fd5e60] ( https://github.com/laravel/envoy/commit/6fd5e6013d22d99c7e0bced820ae85819564bc06 ) )
410
511
612## [ v2.1.0 (2020-05-26)] ( https://github.com/laravel/envoy/compare/v2.0.1...v2.1.0 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) {
77 require __DIR__ .'/../../../autoload.php ' ;
88}
99
10- $ app = new Symfony \Component \Console \Application ('Laravel Envoy ' , '2.1 .0 ' );
10+ $ app = new Symfony \Component \Console \Application ('Laravel Envoy ' , '2.2 .0 ' );
1111
1212$ app ->add (new Laravel \Envoy \Console \RunCommand );
1313$ app ->add (new Laravel \Envoy \Console \SshCommand );
You can’t perform that action at this time.
0 commit comments