diff --git a/CHANGELOG.md b/CHANGELOG.md index 874bcd35..d15a9c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0-alpha.6](https://github.com/ar-io/ar-io-sdk/compare/v2.1.0-alpha.5...v2.1.0-alpha.6) (2024-07-31) + + +### Bug Fixes + +* **types:** update AoGateway to include weights ([5368668](https://github.com/ar-io/ar-io-sdk/commit/5368668ec6fcd84bf6a723a80b13cad7753a8606)) + # [2.1.0-alpha.5](https://github.com/ar-io/ar-io-sdk/compare/v2.1.0-alpha.4...v2.1.0-alpha.5) (2024-07-29) diff --git a/package.json b/package.json index 78fa01ee..a94c964d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ar.io/sdk", - "version": "2.1.0-alpha.5", + "version": "2.1.0-alpha.6", "repository": { "type": "git", "url": "git+https://github.com/ar-io/ar-io-sdk.git" diff --git a/src/version.ts b/src/version.ts index 66a9b9ae..1ba4dbd0 100644 --- a/src/version.ts +++ b/src/version.ts @@ -17,4 +17,4 @@ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '2.1.0-alpha.5'; +export const version = '2.1.0-alpha.6';