diff --git a/CHANGELOG.md b/CHANGELOG.md index e9ba3c11bb..5ffda7a0b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.22.4](https://github.com/VenusProtocol/venus-protocol-interface/compare/v2.22.3...v2.22.4) (2023-09-26) + + +### Bug Fixes + +* disable swap and supply for tokens that do not support it ([#1483](https://github.com/VenusProtocol/venus-protocol-interface/issues/1483)) ([b1c0199](https://github.com/VenusProtocol/venus-protocol-interface/commit/b1c019968c7812371724a2ef18a1932190446c0a)) + ## [2.22.3](https://github.com/VenusProtocol/venus-protocol-interface/compare/v2.22.2...v2.22.3) (2023-09-26) ## [2.22.2](https://github.com/VenusProtocol/venus-protocol-interface/compare/v2.22.1...v2.22.2) (2023-09-25) diff --git a/package.json b/package.json index 266ddf5ff3..1340d9ecce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "venus", - "version": "2.22.3", + "version": "2.22.4", "private": true, "engines": { "node": ">=18.x.x"