diff --git a/CHANGELOG.md b/CHANGELOG.md index 129d759..287034f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.4](https://github.com/ubiquity-os/permit-generation/compare/v2.0.3...v2.0.4) (2024-10-10) + + +### Bug Fixes + +* log detailed error information when fetching token decimals ([ed6810c](https://github.com/ubiquity-os/permit-generation/commit/ed6810c79b03b61dcb8a51694acaaf84aa7a8a16)) + ## [2.0.3](https://github.com/ubiquity-os/permit-generation/compare/v2.0.2...v2.0.3) (2024-10-10) diff --git a/package.json b/package.json index cc858b2..e18793a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquity-os/permit-generation", - "version": "2.0.3", + "version": "2.0.4", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT",