diff --git a/packages/substrate/CHANGELOG.md b/packages/substrate/CHANGELOG.md new file mode 100644 index 000000000..42b11d96a --- /dev/null +++ b/packages/substrate/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 1.0.0 (2024-08-13) + + +### Features + +* Added Liquidity helper function in `@buildwithsygma/utils` ([#407](https://github.com/sygmaprotocol/sygma-sdk/issues/407)) ([ad7b041](https://github.com/sygmaprotocol/sygma-sdk/commit/ad7b041fd0ae510e3b91cf171ed9db15fccc1a2a)) +* Implement fungible substrate transfers ([#378](https://github.com/sygmaprotocol/sygma-sdk/issues/378)) ([a1f0b50](https://github.com/sygmaprotocol/sygma-sdk/commit/a1f0b50ea8d90046595d72d876f012cbeb4048f2)) +* Lykhoyda/fix address format for destination ([#400](https://github.com/sygmaprotocol/sygma-sdk/issues/400)) ([6dfa9d2](https://github.com/sygmaprotocol/sygma-sdk/commit/6dfa9d238cfd6ab9cade9fae4cd33497d07d5d96)), closes [#367](https://github.com/sygmaprotocol/sygma-sdk/issues/367) + + +### Bug Fixes + +* separation of rp configs ([#433](https://github.com/sygmaprotocol/sygma-sdk/issues/433)) ([1fc3931](https://github.com/sygmaprotocol/sygma-sdk/commit/1fc393170d5f495854eeba0f1f7c41b3e3ae4c4e)) + + +### Miscellaneous Chores + +* release 1.0.0 ([bb6a505](https://github.com/sygmaprotocol/sygma-sdk/commit/bb6a5053d843960f445f0dacebe101745f4d908f)) diff --git a/release-please/rp-substrate-manifest.json b/release-please/rp-substrate-manifest.json index 0967ef424..c738c6597 100644 --- a/release-please/rp-substrate-manifest.json +++ b/release-please/rp-substrate-manifest.json @@ -1 +1 @@ -{} +{"packages/substrate":"1.0.0"}