From 89d8ce71267b71772ef9f5432791473dc99849ec Mon Sep 17 00:00:00 2001 From: Gerhard Tan Date: Sat, 28 May 2022 22:20:27 +0800 Subject: [PATCH] Bump version to 1.8.1 --- CHANGELOG.md | 10 +++++++++- pkg/version/version.go | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5a1ad1..ab889ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.8.1] - 2022-05-28 +### 新增 +* 新的代理参数「路由用户」(`route_by_http_user`) + +### 更新 +* FRP 版本 0.43.0 + ## [1.8.0] - 2022-05-15 ### 新增 * 从剪贴板导入配置/代理 @@ -157,7 +164,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * 解决某些情况下电脑重启后服务没有自动运行问题 * 更新软件后需打开软件,选择左侧配置项后右键编辑,然后直接确定,再启动即可 -[Unreleased]: https://github.com/koho/frpmgr/compare/v1.8.0...HEAD +[Unreleased]: https://github.com/koho/frpmgr/compare/v1.8.1...HEAD +[1.8.1]: https://github.com/koho/frpmgr/compare/v1.8.0...v1.8.1 [1.8.0]: https://github.com/koho/frpmgr/compare/v1.7.2...v1.8.0 [1.7.2]: https://github.com/koho/frpmgr/compare/v1.7.1...v1.7.2 [1.7.1]: https://github.com/koho/frpmgr/compare/v1.7.0...v1.7.1 diff --git a/pkg/version/version.go b/pkg/version/version.go index 20c90222..5338b657 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,7 +1,7 @@ package version var ( - Number = "1.8.0" + Number = "1.8.1" // FRPVersion is the version of FRP used by this program FRPVersion = "" // BuildDate is the day that this program was built