Skip to content

Commit 683b013

Browse files
committed
bump up version to 2.2.0
1 parent 205f090 commit 683b013

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.2.0
2+
3+
## Enhancements
4+
5+
- DevOps: Update CODEOWNERS to only refer to the devops group by @onetechnical in #571
6+
- deltas: Deltas apis by @Eric-Warehime in #575
7+
- algod: Regen changes for Deltas endpoints by @Eric-Warehime in #590
8+
9+
## Bug Fixes
10+
11+
- docs: remove old example from README by @winder in #561
12+
13+
**Full Changelog**: https://github.com/algorand/java-algorand-sdk/compare/2.1.0...2.2.0
14+
115
# 2.1.0
216

317
## What's Changed

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.1.0</version>
22+
<version>2.2.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.1.0</version>
7+
<version>2.2.0</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)