Skip to content

Commit 190690a

Browse files
Merge pull request #867 from algorand/release/2.10.0
FOR REVIEW ONLY: java-algorand-sdk 2.10.0 changelog and version bump
2 parents aa1ba61 + d70286a commit 190690a

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.10.0
2+
3+
<!-- Release notes generated using configuration in .github/release.yml at release/2.10.0 -->
4+
5+
## What's Changed
6+
### Enhancements
7+
* API: Regenerate code with the latest specification file (e4539acc) by @github-actions[bot] in https://github.com/algorand/java-algorand-sdk/pull/864
8+
* Signatures: support lmsig logicsig signatures by @cce in https://github.com/algorand/java-algorand-sdk/pull/865
9+
* Types: add txn.Access constructor by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/866
10+
11+
## New Contributors
12+
* @cce made their first contribution in https://github.com/algorand/java-algorand-sdk/pull/865
13+
14+
**Full Changelog**: https://github.com/algorand/java-algorand-sdk/compare/2.9.0...2.10.0
15+
116
# 2.9.0
217

318
<!-- Release notes generated using configuration in .github/release.yml at release/2.9.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.9.0</version>
22+
<version>2.10.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.9.0</version>
7+
<version>2.10.0</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)