Skip to content

Commit

Permalink
Merge branch 'master' into release/v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Sep 23, 2020
2 parents 43d7b64 + dc857c3 commit 8c7f21a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.7.1
## Fixed
- Fixed set Accept on GET calls
## Changed
- Change algosdk.signMultisigTransaction to accept either a built Transaction or a dict of constructor args
# 1.7.0
## Added
- Support for Application Call Transactions, also known as Stateful TEAL
Expand Down
2 changes: 1 addition & 1 deletion dist/algosdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algosdk",
"version": "1.7.0",
"version": "1.7.1",
"description": "algosdk is Algorand's official javascript SDK",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 8c7f21a

Please sign in to comment.