File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 2.7.0
2
+
3
+ <!-- Release notes generated using configuration in .github/release.yml at release/2.7.0 -->
4
+
5
+ ## What's Changed
6
+ ### Enhancements
7
+ * Comments: Regenerate code with the latest specification file (88320845) by @github-actions in https://github.com/algorand/java-algorand-sdk/pull/770
8
+ * BlockHeaders: Implement blockheaders endpoint cross-SDK test. by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/771
9
+ * API: Support for header-only flag on /v2/block algod endpoint. by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/774
10
+
11
+ ## New Contributors
12
+ * @dependabot made their first contribution in https://github.com/algorand/java-algorand-sdk/pull/655
13
+
14
+ ** Full Changelog** : https://github.com/algorand/java-algorand-sdk/compare/2.6.0...2.7.0
15
+
1
16
# 2.6.0
2
17
3
18
<!-- Release notes generated using configuration in .github/release.yml at release/2.6.0 -->
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 >2.6 .0</version >
22
+ <version >2.7 .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 >2.6 .0</version >
7
+ <version >2.7 .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