diff --git a/CHANGELOG.md b/CHANGELOG.md index 67e94fa..29d77ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.8.0](https://github.com/eggjs/egg-bin/compare/v6.7.0...v6.8.0) (2024-02-01) + + +### Features + +* supports retrieving the port from the configuration file ([#251](https://github.com/eggjs/egg-bin/issues/251)) ([07e150f](https://github.com/eggjs/egg-bin/commit/07e150f0f1cae2a75353428c9d10b4e9a16fd0db)) + ## [6.7.0](https://github.com/eggjs/egg-bin/compare/v6.6.0...v6.7.0) (2024-01-09) diff --git a/package.json b/package.json index 42705ea..d08c063 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "6.7.0", + "version": "6.8.0", "publishConfig": { "tag": "latest" },