Skip to content

Commit

Permalink
Merge pull request #2 from binance/rc-1.0.1
Browse files Browse the repository at this point in the history
v1.0.1 release
  • Loading branch information
2pd authored Jun 4, 2022
2 parents bc8a0b6 + 7c41d58 commit fb21588
Show file tree
Hide file tree
Showing 10 changed files with 136 additions and 109 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# CHANGELOG

## 1.0.1 - 2022-06-04
- Update `psr/log` to support latest version
- Fix issue in examples file
- Lint fix

## 1.0.0 - 2022-05-19
- First release
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=7.4.0",
"psr/log": "^1.1",
"psr/log": "^1|^2|^3",
"guzzlehttp/guzzle": "^7.4",
"ratchet/pawl": "^0.4"
},
Expand Down
Loading

0 comments on commit fb21588

Please sign in to comment.