We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24495d3 commit ecd9957Copy full SHA for ecd9957
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
As this project is pre 1.0, breaking changes may happen for minor version bumps. A breaking change will get clearly notified in this log.
4
5
+## 0.7.2
6
+
7
+* Allow hex string in setOptions signers
8
9
## 0.7.1
10
11
* Upgrade `stellar-base`.
package.json
@@ -83,7 +83,7 @@
83
"eventsource": "^0.2.1",
84
"jsdoc": "^3.4.1",
85
"lodash": "^4.0.1",
86
- "stellar-base": "^0.7.2",
+ "stellar-base": "^0.7.3",
87
"toml": "^2.3.0"
88
}
89
0 commit comments