Skip to content

Commit fce7a84

Browse files
authored
Update version for Niesen release. (#4772)
1 parent ea5fb96 commit fce7a84

5 files changed

Lines changed: 42 additions & 40 deletions

File tree

nym-vpn-app/src-tauri/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nym-vpn-app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"linux": {
3030
"deb": {
31-
"depends": ["nym-vpnd (>= 1.25.0~beta)"],
31+
"depends": ["nym-vpnd (>= 1.25.0)"],
3232
"desktopTemplate": "./bundle/deb/main.desktop"
3333
}
3434
}

nym-vpn-core/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.25.0] - 2026-03-02
99

1010
### Added
11+
1112
- [Windows] Authentication layer for windows, still feature gated (https://github.com/nymtech/nym-vpn-client/pull/4618)
13+
- Ad-Blocking on Windows and macOS (https://github.com/nymtech/nym-vpn-client/pull/4462)
1214

1315
### Fixed
1416

nym-vpn-core/Cargo.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nym-vpn-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ default-members = [
4444
]
4545

4646
[workspace.package]
47-
version = "1.25.0-beta"
47+
version = "1.25.0"
4848
authors = ["Nym Technologies SA"]
4949
repository = "https://github.com/nymtech/nym-vpn-client"
5050
homepage = "https://nymtech.net"

0 commit comments

Comments
 (0)