Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on Keep a Changelog and this repository uses plain semantic

## Unreleased

## 1.9.0

### Added
- Added experimental `vless-xhttp-vlessenc`: XHTTP on `13180/tcp` with Xray VLESS Encryption (`mlkem768x25519plus.native`), cluster-shared encrypted key material, and profile-specific client links.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ flowchart LR

## Versioning

- Current pinned version: `1.8.0`
- Current pinned version: `1.9.0`
- Check locally: `./ovpn version`
- Release source of truth:
- `VERSION`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.9.0