Skip to content

Commit 563a21d

Browse files
bump up version to 2.7.0 (#777)
Co-authored-by: gmalouf <[email protected]>
1 parent fa75a2b commit 563a21d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
# 2.6.0
217

318
<!-- Release notes generated using configuration in .github/release.yml at release/2.6.0 -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Maven:
1919
<dependency>
2020
<groupId>com.algorand</groupId>
2121
<artifactId>algosdk</artifactId>
22-
<version>2.6.0</version>
22+
<version>2.7.0</version>
2323
</dependency>
2424
```
2525

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.algorand</groupId>
66
<artifactId>algosdk</artifactId>
7-
<version>2.6.0</version>
7+
<version>2.7.0</version>
88
<packaging>jar</packaging>
99

1010
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)