diff --git a/CHANGELOG.md b/CHANGELOG.md index 811ddae..1b48073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.6.0] - 2025-01-03 + +### Bug Fixes + +- Fix add milestone to issues that closed by auto-merge PRs (#110) + +### Deps + +- Upgrade Nu to v0.101 (#108) + ## [2.5.0] - 2024-11-16 ### Bug Fixes diff --git a/meta.json b/meta.json index 6f12998..43d64f3 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "MileStone Action", - "version": "2.5.0", - "actionVer": "v2.5", + "version": "2.6.0", + "actionVer": "v2.6", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/milestone-action",