Skip to content

Commit

Permalink
Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Jun 22, 2023
1 parent a72f305 commit d865168
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ CHANGELOG

---

* 1.0.0 (2023-06-22)
* BC: Minimum PHP version is now 8.0
* Add PHP 8.0, 8.1 and 8.2 support

* 0.4.4 (2021-12-11)
* Correct and update dependencies for forward compatibility
* Added context for React Socket server to App
Expand Down
2 changes: 1 addition & 1 deletion src/Ratchet/ConnectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The version of Ratchet being used
* @var string
*/
const VERSION = 'Ratchet/0.4.4';
const VERSION = 'Ratchet/1.0.0';

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

0 comments on commit d865168

Please sign in to comment.