Skip to content

Commit dfd22d8

Browse files
chore(nmrs-gui): bump version to 1.1.0
1 parent 2f97c31 commit dfd22d8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22
## [Unreleased]
3+
4+
## [1.1.0] - 2025-12-19
35
### Fixed
46
- Native WireGuard profile structure ([#135](https://github.com/cachebag/nmrs/issues/135))
57
- Corrected binary name for `.desktop` file + `postInstall` hook for Nix flake ([#146](https://github.com/cachebag/nmrs/pull/146))
@@ -132,6 +134,7 @@
132134
- EAP connections default to no certificates (advanced certificate management coming in future releases)
133135
- VPN connections planned for near future
134136

137+
[1.1.0]: https://github.com/cachebag/nmrs/compare/v0.5.0-beta...nmrs-v1.1.0
135138
[Unreleased]: https://github.com/cachebag/nmrs/compare/nmrs-v1.0.0...HEAD
136139
[1.0.0]: https://github.com/cachebag/nmrs/compare/v0.5.0-beta...nmrs-v1.0.0
137140
[0.5.0-beta]: https://github.com/cachebag/nmrs/compare/v0.4.0-beta...v0.5.0-beta

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
rustPlatform.buildRustPackage {
1717
pname = "nmrs";
18-
version = "1.0.0-stable";
18+
version = "1.1.0-stable";
1919

2020
src = ./.;
2121

0 commit comments

Comments
 (0)