Skip to content

Commit 1561fd1

Browse files
Merge pull request #870 from algorand/release/2.10.1
FOR REVIEW ONLY: java-algorand-sdk 2.10.1 changelog and version bump
2 parents eab53e9 + b4f7670 commit 1561fd1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 2.10.1
2+
3+
<!-- Release notes generated using configuration in .github/release.yml at release/2.10.1 -->
4+
5+
## What's Changed
6+
### Enhancements
7+
* Deps: Update commons-codec to 1.19.0, addressing CVE reports for 1.12. by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/868
8+
* Apps: Support for reject-version on application call transactions by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/869
9+
10+
11+
**Full Changelog**: https://github.com/algorand/java-algorand-sdk/compare/2.10.0...2.10.1
12+
113
# 2.10.0
214

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

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

0 commit comments

Comments
 (0)