Skip to content

Commit

Permalink
Release 1.09
Browse files Browse the repository at this point in the history
  • Loading branch information
taskula committed Feb 15, 2022
1 parent 726f9fd commit a6b2ea8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.09 Tue Feb 16 22:47:40 UTC 2022
- Call LWP::UserAgent constructor when initializing Request

1.08 Tue Feb 16 22:25:15 UTC 2022
- Support for cancelling all open orders
- Add baseUrl param to Binance::API->new()
Expand Down
2 changes: 1 addition & 1 deletion lib/Binance/API.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use Binance::API::Request;
use Binance::Exception::Parameter::BadValue;
use Binance::Exception::Parameter::Required;

our $VERSION = '1.08';
our $VERSION = '1.09';

=head1 NAME
Expand Down

0 comments on commit a6b2ea8

Please sign in to comment.