Skip to content

Commit

Permalink
Bump version to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koho committed Jan 10, 2023
1 parent 1567b0f commit 58991ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.10.1] - 2023-01-10
### 新增
* 自定义 DNS 服务
* 支持降级安装

### 更新
* FRP 版本 0.46.1

## [1.10.0] - 2022-12-19
### 新增
* 认证支持 `oidc_scope` 参数
Expand Down Expand Up @@ -193,7 +201,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* 解决某些情况下电脑重启后服务没有自动运行问题
* 更新软件后需打开软件,选择左侧配置项后右键编辑,然后直接确定,再启动即可

[Unreleased]: https://github.com/koho/frpmgr/compare/v1.10.0...HEAD
[Unreleased]: https://github.com/koho/frpmgr/compare/v1.10.1...HEAD
[1.10.1]: https://github.com/koho/frpmgr/compare/v1.10.0...v1.10.1
[1.10.0]: https://github.com/koho/frpmgr/compare/v1.9.2...v1.10.0
[1.9.2]: https://github.com/koho/frpmgr/compare/v1.9.1...v1.9.2
[1.9.1]: https://github.com/koho/frpmgr/compare/v1.9.0...v1.9.1
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

var (
Number = "1.10.0"
Number = "1.10.1"
// FRPVersion is the version of FRP used by this program
FRPVersion = ""
// BuildDate is the day that this program was built
Expand Down

0 comments on commit 58991ba

Please sign in to comment.