Skip to content

Commit eae8fa7

Browse files
committed
bump to 1.13.0-beta-1
1 parent 9396f93 commit eae8fa7

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.13.0-beta-1
2+
- Unlimited assets regenerated code. (#302)
3+
14
# 1.12.0
25
- Add new key reg txn field (#266)
36
- C2C Feature and Testing (#290)
@@ -103,14 +106,14 @@
103106
# 1.2.0
104107
# Added
105108
- Added support for Algorand Standardized Assets (ASA)
106-
- Added support for Algorand Smart Contracts (ASC)
107-
- Added support for Hashed Time Lock Contract (HTLC)
109+
- Added support for Algorand Smart Contracts (ASC)
110+
- Added support for Hashed Time Lock Contract (HTLC)
108111
- Added support for Split contract
109112
- Added support for Group Transactions
110113
- Added support for leases
111114
# 1.1.6
112115
## Changed
113-
- IMPORTANT - This version modifies one of the mnemonic words. Please let your users to know that if they have the word "setupIfNeeded" in their mmnemonic, they should change it to "setup". Everything else remains the same.
116+
- IMPORTANT - This version modifies one of the mnemonic words. Please let your users to know that if they have the word "setupIfNeeded" in their mmnemonic, they should change it to "setup". Everything else remains the same.
114117
# 1.1.5
115118
## Added
116119
- signing and verifying signatures for arbitrary bytes

README.md

Lines changed: 2 additions & 2 deletions
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.12.0</version>
22+
<version>1.13.0-beta-1</version>
2323
</dependency>
2424
```
2525

@@ -170,7 +170,7 @@ public class Main {
170170

171171
# Documentation
172172

173-
Javadoc can be found at [https://algorand.github.io/java-algorand-sdk](https://algorand.github.io/java-algorand-sdk). <br />
173+
Javadoc can be found at [https://algorand.github.io/java-algorand-sdk](https://algorand.github.io/java-algorand-sdk). <br />
174174
Additional resources and code samples are located at [https://developer.algorand.org](https://developer.algorand.org).
175175

176176
# Cryptography

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.12.0</version>
7+
<version>1.13.0-beta-1</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)