diff --git a/CHANGELOG.md b/CHANGELOG.md index 18646c5..5e9f752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.0.0-beta.4] - 2024-10-31 + +### Bug Fixes + +- Start solve minor issues and update dependencies (#99) + ## [1.0.0-beta.3] - 2024-10-10 ### Bug Fixes diff --git a/package.json b/package.json index f726a1f..aace16a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lilnouns-vault", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "A template for create smart contracts using Foundry and Hardhat.", "keywords": [], "license": "Apache-2.0",