Skip to content

Commit 774b2f4

Browse files
committed
Release 4.1.0
1 parent 001e357 commit 774b2f4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11

22
## Changelog
33

4+
### 4.1.0
5+
* Added support for Switch system version 20.2.0 up to 20.4.0.
6+
* Added support for the matchmaking protocol of Monster Hunter XX (3DS).
7+
* Implemented RankingClient::GetScorePack for MK8D.
8+
* Minor bug fixes.
9+
10+
*Released on 2025-09-19*
11+
412
### 4.0.2
513
* Disable `device_token` and `edge_token` on system version 20.0.0 and later to avoid accidental usage.
614

setup.py

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

77
setuptools.setup(
88
name = "nintendoclients",
9-
version = "4.0.2",
9+
version = "4.1.0",
1010
description = "Nintendo network library",
1111
long_description = long_description,
1212
author = "Yannik Marchand",

0 commit comments

Comments
 (0)