diff --git a/CHANGELOG.md b/CHANGELOG.md index 9166a1c..8cb6d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [1.0.0](https://github.com/zksync-sdk/zksync2-python/compare/v0.6.0...v1.0.0) (2024-01-19) + + +### Bug Fixes + +* `withdraw` bridge address ([6334874](https://github.com/zksync-sdk/zksync2-python/commit/6334874c8022407ce360b0bd35118fb7cbad66d1)) +* `withdraw` token bridge address ([6d5b45c](https://github.com/zksync-sdk/zksync2-python/commit/6d5b45c334dde44ad9bdc83642f458950fd722a6)) +* `withdraw` token bridge address ([279bfd8](https://github.com/zksync-sdk/zksync2-python/commit/279bfd874f7b998b4dd2e00165433e9990d29c74)) +* relax web3 version restriction ([5d50182](https://github.com/zksync-sdk/zksync2-python/commit/5d5018242c3d4cae1957c99a43944eb4652b9cc1)) +* resolve issue relate to `wETH` bridge ([48ac8cd](https://github.com/zksync-sdk/zksync2-python/commit/48ac8cd5aac80214a9be399bcade222f8d97dd2c)) + + +### Features + +* add `WalletL1`, `WalletL2` and `Wallet` ([b189068](https://github.com/zksync-sdk/zksync2-python/commit/b1890685638192edc7279a2273ae14ee41e2c904)) +* remove deprications ([d2f2ce7](https://github.com/zksync-sdk/zksync2-python/commit/d2f2ce707847404787539a88ee0f573fe6d806f2)) + + +### BREAKING CHANGES + +* remove all deprications + ## [0.6.0](https://github.com/zksync-sdk/zksync2-python/compare/v0.5.0...v0.6.0) (2023-07-07) ### Features diff --git a/pyproject.toml b/pyproject.toml index 1744b93..b4759d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "zksync2" -version = "0.6.0" +version = "1.0.0" authors = [ { name="Danijel Radakovic", email="danijel@txfusion.io" }, ]