diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3203eb..4716a77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [3.2.1] - 2023-06-05
+## [3.2.2] - 2023-06-05
### Added
- X10D.DSharpPlus: Added support for new usernames. See https://discord.com/blog/usernames
+## 3.2.1 - 2023-06-05
+
+ERRONEOUS RELEASE.
+
## [3.2.0] - 2023-04-03
### Added
@@ -573,8 +577,7 @@ please [open an issue](https://github.com/oliverbooth/X10D/issues)!
Earlier versions of this package are undocumented and unlisted from package results.
-[unreleased]: https://github.com/oliverbooth/X10D/compare/v3.2.1...main
-[3.2.1]: https://github.com/oliverbooth/X10D/releases/tag/v3.2.1
+[unreleased]: https://github.com/oliverbooth/X10D/compare/v3.2.2...main
[3.2.0]: https://github.com/oliverbooth/X10D/releases/tag/v3.2.0
[3.1.0]: https://github.com/oliverbooth/X10D/releases/tag/v3.1.0
[3.0.0]: https://github.com/oliverbooth/X10D/releases/tag/v3.0.0
diff --git a/README.md b/README.md
index 85d2dbb..36c6e54 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ X10D (pronounced *extend*), is a .NET package that provides extension methods fo
## Installation
### NuGet installation
```ps
-Install-Package X10D -Version 3.2.0
+Install-Package X10D -Version 3.2.2
```
### Manual installation
diff --git a/X10D.DSharpPlus/X10D.DSharpPlus.csproj b/X10D.DSharpPlus/X10D.DSharpPlus.csproj
index 4e0144a..9626435 100644
--- a/X10D.DSharpPlus/X10D.DSharpPlus.csproj
+++ b/X10D.DSharpPlus/X10D.DSharpPlus.csproj
@@ -16,7 +16,7 @@
dotnet extension-methods
$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../CHANGELOG.md"))
true
- 3.2.1
+ 3.2.2
enable
true
true
diff --git a/X10D.Hosting/X10D.Hosting.csproj b/X10D.Hosting/X10D.Hosting.csproj
index e352556..3d986d6 100644
--- a/X10D.Hosting/X10D.Hosting.csproj
+++ b/X10D.Hosting/X10D.Hosting.csproj
@@ -16,7 +16,7 @@
dotnet extension-methods
$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../CHANGELOG.md"))
true
- 3.2.1
+ 3.2.2
enable
true
true
diff --git a/X10D.Unity/X10D.Unity.csproj b/X10D.Unity/X10D.Unity.csproj
index c628bdf..41af9ef 100644
--- a/X10D.Unity/X10D.Unity.csproj
+++ b/X10D.Unity/X10D.Unity.csproj
@@ -16,7 +16,7 @@
dotnet extension-methods
$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../CHANGELOG.md"))
true
- 3.2.1
+ 3.2.2
enable
true
true
diff --git a/X10D/X10D.csproj b/X10D/X10D.csproj
index 6f19b46..0f853d8 100644
--- a/X10D/X10D.csproj
+++ b/X10D/X10D.csproj
@@ -17,7 +17,7 @@
README.md
$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../CHANGELOG.md"))
true
- 3.2.1
+ 3.2.2
enable
true
true