Skip to content

Commit 57f5a58

Browse files
committed
bump up version to 2.8.1
1 parent 18c3809 commit 57f5a58

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 2.8.1
2+
3+
<!-- Release notes generated using configuration in .github/release.yml at release/2.8.1 -->
4+
5+
## What's Changed
6+
### Enhancements
7+
* Build: Update Box API Pagination-dependent integration tests by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/802
8+
* API: Regenerate code with the latest specification file (ad67b6e3) by @github-actions in https://github.com/algorand/java-algorand-sdk/pull/815
9+
* Deps: Bump org.bouncycastle:bcprov-jdk15to18 from 1.66 to 1.78 by @dependabot in https://github.com/algorand/java-algorand-sdk/pull/778
10+
* Dependencies: Resolve multiple dependabot dependency alerts. by @gmalouf in https://github.com/algorand/java-algorand-sdk/pull/775
11+
12+
13+
**Full Changelog**: https://github.com/algorand/java-algorand-sdk/compare/2.7.0...2.8.1
14+
115
# 2.8.0
216

317
<!-- Release notes generated using configuration in .github/release.yml at release/2.8.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.8.0</version>
22+
<version>2.8.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.8.0</version>
7+
<version>2.8.1</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)