Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Add 20.1.0 section #704

Merged
merged 4 commits into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions docs/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,41 @@ Release candidates are software releases that are also released to the [Testnet]

[Testnet]: reference/networks.mdx

## Stable v20.1.0 (January 11, 2024)

### Software

| Software | Version |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| XDR | [bb54e505f814386a3f45172e0b7e95b7badbe969](https://github.com/stellar/stellar-xdr/commit/bb54e505f814386a3f45172e0b7e95b7badbe969) |
| Soroban Environment | `v20.1.0` |
| Soroban Interface Version | `0` |
sisuresh marked this conversation as resolved.
Show resolved Hide resolved
| Stellar Core | `v20.1.0` |
| Soroban Rust SDK | `v20.2.0` |
| Soroban CLI | `v20.2.0` |
| Soroban RPC | `v20.2.0` |
| Stellar Horizon | `v2.27.0` |
| Stellar Friendbot | `TBD` |
| Stellar Quickstart | `docker.io/stellar/quickstart:soroban-dev@sha256:64b2d14b8a531c534560e287768846f538b2f063fc776aa9ca016c788e86c782` |
| Stellar JS Stellar Base | [`v10.0.1`](https://github.com/stellar/js-stellar-base/releases/tag/v10.0.1) |
| Stellar JS Stellar SDK | [`v11.2.0`](https://github.com/stellar/js-stellar-sdk/releases/tag/v11.2.0) |
| Freighter | `5.9.0` |
| Laboratory | `TBD` |
| Soroban React Payment dapp | `TBD` |
| Soroban Mint Token dapp | `TBD` |
| Soroban Swap Token dapp | `TBD` |
| Futurenet Network Passphrase | `Test SDF Future Network ; October 2022` |
| Testnet Network Passphrase | `Test SDF Network ; September 2015` |

### Changelog

#### Soroban Rust SDK

- Fix bug with Timepoint/Duration as parameters/returns
- Add storage update fns
- Export functions for creating Timepoint/Duration
- Allow `&Env` in contract fns

## Stable v20.0.0 (December 18, 2023)

### Software
Expand Down