Skip to content

Commit

Permalink
prep release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Aug 4, 2020
1 parent d96a99b commit 73106b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v3.0.2
* PR 16: Add `Withdrawals.ListWithdrawals()` history support.

## v3.0.1
* External references updated.
* Added `CoinbaseProWebSocket.EnableFiddlerDebugProxy` method for debugging.
Expand Down
2 changes: 1 addition & 1 deletion Source/Coinbase.Tests/EndpointTests/WithdrawlsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public async Task withdraw_via_crypto()
}

[Test]
public async Task list_withrdawls()
public async Task list_withdrawals()
{
server.RespondWith(Examples.WithdrawlsListJson);
var r = await client.Withdrawals.ListWithdrawals();
Expand Down

0 comments on commit 73106b2

Please sign in to comment.