diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 789909f..393f524 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.9" + ".": "0.0.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index faa6062..8dac013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.10](https://github.com/tuihub/tuihub-go/compare/v0.0.9...v0.0.10) (2024-07-01) + + +### Features + +* support enable without token ([35f049f](https://github.com/tuihub/tuihub-go/commit/35f049f51241972247ad598e5b320bc88438c3e8)) +* upgrade deps ([8b67633](https://github.com/tuihub/tuihub-go/commit/8b67633f9d291ef31b28665fcdbbd0c57359548b)) + ## [0.0.9](https://github.com/tuihub/tuihub-go/compare/v0.0.8...v0.0.9) (2024-03-06)