Skip to content

Commit

Permalink
update changelog for 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Mar 1, 2023
1 parent ad8df03 commit 0df3a22
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 0df3a22

Please sign in to comment.