diff --git a/CHANGELOG.md b/CHANGELOG.md
index 570ed18..29a78fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+## 2.1.0 (unreleased)
+
+### New
+
+- \#269 New storage provider: Google Cloud Storage
+- \#377 Gdrive shortcuts
+
+### Fixed
+
+- \#327 Remote backup doesn't work on google drive in the root path
+
+### Improved
+
+- XXX Updated Dependencies (AWS, Box, Dropbox, Google Drive, OneDrive)
+- Using KeePass 2.57.0 now
+
+
## 2.0.3 (2021-05-21)
### Fixed
diff --git a/KeeAnywhere/KeeAnywhere.csproj b/KeeAnywhere/KeeAnywhere.csproj
index 453939c..1833c02 100644
--- a/KeeAnywhere/KeeAnywhere.csproj
+++ b/KeeAnywhere/KeeAnywhere.csproj
@@ -97,7 +97,7 @@
..\packages\IdentityModel.OidcClient.3.1.2\lib\net461\IdentityModel.OidcClient.dll
-
+
False
..\lib\KeePass.exe
diff --git a/build.cmd b/build.cmd
index 9751647..172b593 100644
--- a/build.cmd
+++ b/build.cmd
@@ -1,7 +1,7 @@
@echo off
set version=2.0.3
set zip="packages\7-Zip.CommandLine.9.20.0\tools\7za.exe"
-set msbuildcmd="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsMSBuildCmd.bat"
+set msbuildcmd="C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsMSBuildCmd.bat"
if not exist %msbuildcmd% goto error
call %msbuildcmd%
diff --git a/lib/KeePass.XmlSerializers.dll b/lib/KeePass.XmlSerializers.dll
index 9ba9c77..640653c 100644
Binary files a/lib/KeePass.XmlSerializers.dll and b/lib/KeePass.XmlSerializers.dll differ
diff --git a/lib/KeePass.exe b/lib/KeePass.exe
index 9847da6..fef3167 100644
Binary files a/lib/KeePass.exe and b/lib/KeePass.exe differ