From 7d5fc6266706bd74dd35b79f9e297262913d10df Mon Sep 17 00:00:00 2001 From: Venus Tools Date: Thu, 25 Apr 2024 14:35:00 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.0](https://github.com/VenusProtocol/token-bridge/compare/v1.1.0...v2.0.0) (2024-04-25) ### ⚠ BREAKING CHANGES * migrate to Solidity 0.8.25 ### Features * add deployments for XVS and XVSBridge ([63368ac](https://github.com/VenusProtocol/token-bridge/commit/63368aca74fe91e44c4b2f25e74d713b81db3bcd)) * migrate to Solidity 0.8.25 ([e679346](https://github.com/VenusProtocol/token-bridge/commit/e67934668330062341da08154722ce5b3d9cec6f)) * updating deployment files ([5650290](https://github.com/VenusProtocol/token-bridge/commit/565029087632e93024bc61f1cb029bdb078a7bd2)) * updating deployment files ([a763f74](https://github.com/VenusProtocol/token-bridge/commit/a763f74f996d4fbc1f805660c8c9c7415409a03a)) * updating deployment files ([def4075](https://github.com/VenusProtocol/token-bridge/commit/def4075c216fbab925a4ea0d73ecffa7c83492d1)) ### Bug Fixes * chain id for arbitrumsepolia methods ([eddc2b2](https://github.com/VenusProtocol/token-bridge/commit/eddc2b2632383686b6324d494e41bf61b1cc75a7)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2cda8c..f2bcb41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@venusprotocol/token-bridge", - "version": "2.0.0-dev.3", + "version": "2.0.0", "description": "Contracts to bridge tokens using LayerZero technology and applying some rules on top of it", "files": [ "artifacts",