Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1]

### Changed

- Replace remaining legacy chain references with Stellar project details.
- Update README for Stellar test dapp ([#6](https://github.com/MetaMask/test-dapp-stellar/pull/6))

## [0.1.0]

Expand All @@ -21,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add Sign Auth Entry (Soroban) test flow ([#2](https://github.com/MetaMask/test-dapp-stellar/pull/2))
- Add Send USDC test flow ([#2](https://github.com/MetaMask/test-dapp-stellar/pull/2))

[Unreleased]: https://github.com/MetaMask/test-dapp-stellar/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-dapp-stellar/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/MetaMask/test-dapp-stellar/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/MetaMask/test-dapp-stellar/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-dapp-stellar",
"version": "0.1.0",
"version": "0.1.1",
"license": "ISC",
"description": "A test dapp for Stellar MetaMask integration",
"homepage": "https://metamask.github.io/test-dapp-stellar",
Expand Down
Loading