Skip to content

Commit ac47dc5

Browse files
committed
Merge branch 'release/1.19.0'
2 parents 66a6cac + c88678d commit ac47dc5

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+
# 1.19.0
2+
3+
### Enhancements
4+
* Deprecation: Add deprecation tags to v1 `algod` API by @algochoi in https://github.com/algorand/java-algorand-sdk/pull/388
5+
### Other
6+
* Regenerate code with the latest specification file (b243e19e) by @github-actions in https://github.com/algorand/java-algorand-sdk/pull/387
7+
8+
## New Contributors
9+
* @github-actions made their first contribution in https://github.com/algorand/java-algorand-sdk/pull/387
10+
11+
**Full Changelog**: https://github.com/algorand/java-algorand-sdk/compare/1.18.0...1.19.0
12+
113
# 1.18.0
214

315
## 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>1.18.0</version>
22+
<version>1.19.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>1.18.0</version>
7+
<version>1.19.0</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)