diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f2bf378..55835a4ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ A breaking change will get clearly notified in this log. ## Unreleased +## [v2.1.4](https://github.com/stellar/js-stellar-base/compare/v2.1.3..v2.1.34) + +## Update +- Regenerate the XDR definitions to include MetaV2 ([#288](https://github.com/stellar/js-stellar-base/issues/288)) + ## [v2.1.3](https://github.com/stellar/js-stellar-base/compare/v2.1.2...v2.1.3) ## Update 📣 diff --git a/package.json b/package.json index dda288533..4fb5773ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellar-base", - "version": "2.1.3", + "version": "2.1.4", "description": "Low level stellar support library", "main": "./lib/index.js", "types": "./types/index.d.ts",