diff --git a/CHANGELOG.md b/CHANGELOG.md index a074268..81cb465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/ubiquibot/permit-generation/compare/v1.5.0...v1.5.1) (2024-09-06) + + +### Bug Fixes + +* use connection.url for JsonRpcProvider ([a046aaf](https://github.com/ubiquibot/permit-generation/commit/a046aafd37e4bc5509180fcf9a0f51caea47e9a0)) + ## [1.5.0](https://github.com/ubiquibot/permit-generation/compare/v1.4.3...v1.5.0) (2024-09-06) diff --git a/package.json b/package.json index 0b56fc6..e15a34d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquibot/permit-generation", - "version": "1.5.0", + "version": "1.5.1", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT",