Skip to content

Commit

Permalink
bump to 1.13.0-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
algobarb committed Mar 17, 2022
1 parent 9396f93 commit eae8fa7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.13.0-beta-1
- Unlimited assets regenerated code. (#302)

# 1.12.0
- Add new key reg txn field (#266)
- C2C Feature and Testing (#290)
Expand Down Expand Up @@ -103,14 +106,14 @@
# 1.2.0
# Added
- Added support for Algorand Standardized Assets (ASA)
- Added support for Algorand Smart Contracts (ASC)
- Added support for Hashed Time Lock Contract (HTLC)
- Added support for Algorand Smart Contracts (ASC)
- Added support for Hashed Time Lock Contract (HTLC)
- Added support for Split contract
- Added support for Group Transactions
- Added support for leases
# 1.1.6
## Changed
- 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.
- 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.
# 1.1.5
## Added
- signing and verifying signatures for arbitrary bytes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Maven:
<dependency>
<groupId>com.algorand</groupId>
<artifactId>algosdk</artifactId>
<version>1.12.0</version>
<version>1.13.0-beta-1</version>
</dependency>
```

Expand Down Expand Up @@ -170,7 +170,7 @@ public class Main {

# Documentation

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

# Cryptography
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.algorand</groupId>
<artifactId>algosdk</artifactId>
<version>1.12.0</version>
<version>1.13.0-beta-1</version>
<packaging>jar</packaging>

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

0 comments on commit eae8fa7

Please sign in to comment.