We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001e357 commit 774b2f4Copy full SHA for 774b2f4
docs/changelog.md
@@ -1,6 +1,14 @@
1
2
## Changelog
3
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
12
### 4.0.2
13
* Disable `device_token` and `edge_token` on system version 20.0.0 and later to avoid accidental usage.
14
setup.py
@@ -6,7 +6,7 @@
setuptools.setup(
name = "nintendoclients",
- version = "4.0.2",
+ version = "4.1.0",
description = "Nintendo network library",
long_description = long_description,
author = "Yannik Marchand",
0 commit comments