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 b6cb50c commit 0a2c390Copy full SHA for 0a2c390
docs/changelog.md
@@ -1,6 +1,11 @@
1
2
## Changelog
3
4
+### 2.2.1
5
+* Fixed the header order in the dauth flow for system version 18.0.0 and later.
6
+
7
+*Released on 2024-08-06*
8
9
### 2.2.0
10
* Added support for system version 18.1.0.
11
setup.py
@@ -6,7 +6,7 @@
setuptools.setup(
name = "nintendoclients",
- version = "2.2.0",
+ version = "2.2.1",
description = "Nintendo network library",
long_description = long_description,
12
author = "Yannik Marchand",
0 commit comments