From 0df3a22d1abaf8b8da9c5f3e59af0dcd39bfacd6 Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Tue, 28 Feb 2023 19:13:28 -0800 Subject: [PATCH] update changelog for 1.0.7 --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f1c9a5..9d9f96f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ # System Test Releases -#### pending +#### 1.0.7 + +* Reorg the dockerfile for better cache-ability. [system-test, #31](https://github.com/stellar/system-test/pull/31). +* soroban-rpc: do not wait for Horizon since it does no longer depend on it. [system-test, #36](https://github.com/stellar/system-test/pull/36). +* local source path for git refs and/or image overrides during build. [system-test, #37](https://github.com/stellar/system-test/pull/37). +* Update system tests for new contract invoke. [system-test, #38](https://github.com/stellar/system-test/pull/38). +* Added Auth Next Scenario Test. [system-test, #34](https://github.com/stellar/system-test/pull/34). + + +#### 1.0.6 + +* Remove usage of soroban-rpc method getAccount, because it is deprecated, and will be removed in the next release. Use getLedgerEntry instead. [system-test, #30](https://github.com/stellar/system-test/pull/30). -* Auth Next Test coverage with new scenario 'DApp developer uses config states, compiles, deploys and invokes contract with authorizations' #### 1.0.5