Skip to content

Commit ddf68de

Browse files
committed
version
1 parent 6fd5e60 commit ddf68de

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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)

bin/envoy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)