diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a3f962..2c467df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## Unreleased + +## [v8.2.1](https://github.com/stellar/js-stellar-base/compare/v8.2.0..v8.2.1) + ### Fix * Turn all XLM-like (i.e. casing agnostic) asset codes into the native asset with code `XLM` ([#546](https://github.com/stellar/js-stellar-base/pull/546)). diff --git a/package.json b/package.json index 9c04e142..5c709a3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellar-base", - "version": "8.2.0", + "version": "8.2.1", "description": "Low level stellar support library", "main": "./lib/index.js", "types": "./types/index.d.ts",