diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8d2da..27ece81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.8.0] + +### Features + +- Add nightly version support (#25) +- Add bleeding version support (#27) + +### Miscellaneous Tasks + +- Update daily checking workflow, add develop and main branch check + +### Refactor + +- Add bundle-core helper + ## [1.7.0] - 2024-11-08 ### Features diff --git a/meta.json b/meta.json index 30d2ad4..880e433 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "Setup-MoonBit", - "version": "1.7.0", - "actionVer": "v1.7.0", + "version": "1.8.0", + "actionVer": "v1.8.0", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/setup-moonbit",