diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3094993..f8e20112 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
222.1.0
+
+
+ - General: add support for .NET Standard 2.0 projects (Migrations projects only) (#101 by @Sander0542)
+ - Fix: exception when trying to install EF Core tools from plugin (#103)
+ - Fix: data inconsistency in projects dropdowns after changing solution structure
+
+
222.0.0
diff --git a/README.md b/README.md
index 57b5e675..362bc3e5 100644
--- a/README.md
+++ b/README.md
@@ -68,8 +68,8 @@ More about features and available dialogs you could read in [**the blog post**](
- `net6.0`
- `net5.0`
- `netcoreapp3.1`
- - `netstandard2.0` (only for Migrations projects)
- `netstandard2.1` (only for Migrations projects)
+ - `netstandard2.0` (only for Migrations projects)
- EF Core global tools (`dotnet ef`) **5.0+** installed
diff --git a/gradle.properties b/gradle.properties
index c2c41119..70f37f0d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -5,7 +5,7 @@ javaVersion=11
DotnetPluginId=Rider.Plugins.EfCore
DotnetSolution=Rider.Plugins.EfCore.sln
RiderPluginId=me.seclerp.rider.plugins.efcore
-PluginVersion=222.0.1
+PluginVersion=222.1.0
BuildConfiguration=Debug