Skip to content

Commit

Permalink
Prep. for v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Mar 24, 2022
1 parent 931414c commit f94b339
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ vendor/
composer.lock
.phpunit.result.cache
phpstan.neon
phpunit.xml
phpunit.xml
.vscode/
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog

## 8.0.0 (2022-03-24)

Finally, the 8.0.0 GA.

## 8.0.0-RC4 (2022-03-08)

Added the `TransportException` to extends the `Throwable`interface.
Expand Down
2 changes: 1 addition & 1 deletion src/Transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

final class Transport implements ClientInterface, HttpAsyncClient
{
const VERSION = "8.0.0-RC4";
const VERSION = "8.0.0";

private ClientInterface $client;
private LoggerInterface $logger;
Expand Down

0 comments on commit f94b339

Please sign in to comment.