Skip to content

Commit

Permalink
Merge pull request #2 from plesk/enable-psr-http-message-1
Browse files Browse the repository at this point in the history
Prepare 1.0.1 release
  • Loading branch information
sibprogrammer committed Jun 30, 2023
2 parents cee6577 + 17211ef commit 8c9cdce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,9 @@ CHANGELOG

---

* 1.0.1 (2023-06-30)
* BF: Add compatibility with psr/http-message >= 1.0

* 1.0.0 (2023-06-22)
* BC: Minimum PHP version is now 8.0
* Add PHP 8.0, 8.1 and 8.2 support
Expand Down
2 changes: 1 addition & 1 deletion src/Ratchet/ConnectionInterface.php
Expand Up @@ -6,7 +6,7 @@
* The version of Ratchet being used
* @var string
*/
const VERSION = 'Ratchet/1.0.0';
const VERSION = 'Ratchet/1.0.1';

/**
* A proxy object representing a connection to the application
Expand Down

0 comments on commit 8c9cdce

Please sign in to comment.