diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ece81..b694a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.9.0] - 2025-01-08 + +### Bug Fixes + +- Fix basic workflow error +- Fix setup moonbit scripts for the latest release (#34) + +### Miscellaneous Tasks + +- Add daily checking badge + +### Refactor + +- Remove common.nu (#30) + +### Deps + +- Upgrade Nu to v0.101 (#32) + ## [1.8.0] ### Features diff --git a/meta.json b/meta.json index 880e433..fbbb552 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "Setup-MoonBit", - "version": "1.8.0", - "actionVer": "v1.8.0", + "version": "1.9.0", + "actionVer": "v1.9.0", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/setup-moonbit",