From b8a6f61b6ca276ddd21cd2f9c80065777d2b78f7 Mon Sep 17 00:00:00 2001 From: George Date: Wed, 13 Sep 2023 16:12:50 -0700 Subject: [PATCH] Bump the changelog to mark the v10.0.0-beta.1 release (#693) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0cc19ed..4b6cd341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## Unreleased + +## [`v10.0.0-beta.1`](https://github.com/stellar/js-stellar-base/compare/v10.0.0-beta.0...v10.0.0-beta.1) + ### Fixed * `nativeToScVal` now allows anything to be passed to the `opts.type` specifier. Previously, it was only integer types ([#691](https://github.com/stellar/js-stellar-base/pull/691)). * `Contract.call()` now produces valid `Operation` XDR ([#692](https://github.com/stellar/js-stellar-base/pull/692)).