diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0cd8c6b..330634240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [v5.0.0](https://github.com/stellar/js-stellar-base/compare/v4.0.3..v5.0.0) + ### Add - Introduced new CAP-35 operations, `ClawbackOp` and `ClawbackClaimableBalanceOp` ([#397](https://github.com/stellar/js-stellar-base/pull/397/)). diff --git a/package.json b/package.json index 30e62ccb3..e713f6118 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellar-base", - "version": "4.0.3", + "version": "5.0.0", "description": "Low level stellar support library", "main": "./lib/index.js", "types": "./types/index.d.ts",