diff --git a/CHANGELOG.md b/CHANGELOG.md index 166123904..34dd8a17e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v2.1.0-beta.1 + +### Added + + * Support for automatic token associations + * `TransactionRecord.automaticTokenAssociations` + * `AccountInfo.maxAutomaticTokenAssociations` + * `AccountCreateTransaction.maxAutomaticTokenAssociations` + * `AccountUpdateTransaction.maxAutomaticTokenAssociations` + * `TokenRelationship.automaticAssociation` + * `TokenAssociation` + ## v2.0.30 ### Added diff --git a/package.json b/package.json index 7c8750d28..cb2872e0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/sdk", - "version": "2.0.30", + "version": "2.1.0-beta.1", "description": "Hederaâ„¢ Hashgraph SDK", "types": "./lib/index.d.ts", "main": "./lib/index.cjs",