Skip to content

Commit

Permalink
Merge pull request #8 from binance/rc-1.3.0
Browse files Browse the repository at this point in the history
release v1.3.0
  • Loading branch information
2pd authored Sep 14, 2022
2 parents fb1f0ab + 2383910 commit 077090d
Show file tree
Hide file tree
Showing 11 changed files with 383 additions and 283 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 1.3.0 - 2022-09-14

### Added

- New endpoints for Portfolio Margin:
- `GET /sapi/v1/portfolio/pmLoan` to query Portfolio Margin Bankruptcy Loan Record.
- `POST /sapi/v1/portfolio/repay` to repay Portfolio Margin Bankruptcy Loan.
- `GET /sapi/v1/portfolio/collateralRate` to get Portfolio Margin Collateral Rate.

## 1.2.0 - 2022-07-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": ">=7.4.0",
"psr/log": "^1|^2|^3",
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/guzzle": "^7.5",
"ratchet/pawl": "^0.4"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 077090d

Please sign in to comment.