diff --git a/CHANGELOG.md b/CHANGELOG.md index a1da3e3..2d57a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog +## [0.2.6](https://github.com/haishanh/yacd/compare/v0.2.5...v0.2.6) (2020-09-08) + +Changed: + +- use API base URL instead of hostname and port for Clash backend config + ## [0.2.5](https://github.com/haishanh/yacd/compare/v0.2.4...v0.2.5) (2020-08-30) -Added +Added: - docker image arm and arm64 support diff --git a/package.json b/package.json index 16aeb52..64d17ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.2.5", + "version": "0.2.6", "description": "Yet another Clash dashboard", "scripts": { "lint": "eslint --fix --cache src",