File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 1.18.0
2
+
3
+ ## What's Changed
4
+ ### Bugfixes
5
+ * Bug-Fix: Pass verbosity to the harness and sandbox by @tzaffi in https://github.com/algorand/java-algorand-sdk/pull/371
6
+ ### New Features
7
+ * StateProofs: Add State Proof support. by @winder in https://github.com/algorand/java-algorand-sdk/pull/360
8
+ ### Enhancements
9
+ * Enhancement: Use Sandbox for Testing by @tzaffi in https://github.com/algorand/java-algorand-sdk/pull/363
10
+ * Enhancement: Deprecating use of langspec by @ahangsu in https://github.com/algorand/java-algorand-sdk/pull/367
11
+
12
+ ## New Contributors
13
+ * @tzaffi made their first contribution in https://github.com/algorand/java-algorand-sdk/pull/363
14
+
15
+ ** Full Changelog** : https://github.com/algorand/java-algorand-sdk/compare/1.17.0...1.18.0
16
+
1
17
# 1.18.0-beta-1
2
18
## What's Changed
3
19
### Bugfixes
Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >com.algorand</groupId >
21
21
<artifactId >algosdk</artifactId >
22
- <version >1.18.0-beta-1 </version >
22
+ <version >1.18.0</version >
23
23
</dependency >
24
24
```
25
25
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.algorand</groupId >
6
6
<artifactId >algosdk</artifactId >
7
- <version >1.18.0-beta-1 </version >
7
+ <version >1.18.0</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments