diff --git a/ChangeLog b/ChangeLog
index 930be261..69fa58b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,30 @@
# for this file format description,
# see https://github.com/olivierlacan/keep-a-changelog
+## [2.32.0] - 2020-05-25
+### Added
+- Multiple encryption types for local destinations
+- Next key and tagset for ECIES-X25519-AEAD-Ratchet
+- NTCP2 through SOCKS proxy
+- Throw error message if any port to bind is occupied
+- gzip parameter for UDP tunnels
+- Show ECIES-X25519-AEAD-Ratchet sessions and tags on the web console
+- Simplified implementation of gzip for no compression mode
+- Allow ECIES-X25519-AEAD-Ratchet session restart after 2 minutes
+### Changed
+- Select peers for client tunnels among routers >= 0.9.36
+- Check ECIES flag for encrypted lookup reply
+- Streaming MTU size 1812 for ECIES-X25519-AEAD-Ratchet
+- Don't calculate checksum for Data message send through ECIES-X25519-AEAD-Ratchet
+- Catch network connectivity status for Windows
+- Stop as soon as no more transit tunnels during graceful shutdown for Android
+- RouterInfo gzip compression level depends on size
+- Send response to received datagram from ECIES-X25519-AEAD-Ratchet session
+- Reseeds list
+### Fixed
+- Correct timestamp check for LeaseSet2
+- Encrypted leaseset without authentication
+
## [2.31.0] - 2020-04-10
### Added
- NTCP2 through HTTP proxy
diff --git a/Win32/installer.iss b/Win32/installer.iss
index 8e66c17a..88856558 100644
--- a/Win32/installer.iss
+++ b/Win32/installer.iss
@@ -1,5 +1,5 @@
#define I2Pd_AppName "i2pd"
-#define I2Pd_ver "2.31.0"
+#define I2Pd_ver "2.32.0"
#define I2Pd_Publisher "PurpleI2P"
[Setup]
diff --git a/android/build.gradle b/android/build.gradle
index d3c5c16b..ef6bf36e 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -30,8 +30,8 @@ android {
applicationId "org.purplei2p.i2pd"
targetSdkVersion 29
minSdkVersion 14
- versionCode 2310
- versionName "2.31.0"
+ versionCode 2320
+ versionName "2.32.0"
setProperty("archivesBaseName", archivesBaseName + "-" + versionName)
ndk {
abiFilters 'armeabi-v7a'
diff --git a/appveyor.yml b/appveyor.yml
index 45a16dd8..a5ad1bfd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 2.31.0.{build}
+version: 2.32.0.{build}
pull_requests:
do_not_increment_build_number: true
branches:
diff --git a/libi2pd/version.h b/libi2pd/version.h
index d862f46e..346cf8a7 100644
--- a/libi2pd/version.h
+++ b/libi2pd/version.h
@@ -16,7 +16,7 @@
#define MAKE_VERSION_NUMBER(a,b,c) ((a*100+b)*100+c)
#define I2PD_VERSION_MAJOR 2
-#define I2PD_VERSION_MINOR 31
+#define I2PD_VERSION_MINOR 32
#define I2PD_VERSION_MICRO 0
#define I2PD_VERSION_PATCH 0
#define I2PD_VERSION MAKE_VERSION(I2PD_VERSION_MAJOR, I2PD_VERSION_MINOR, I2PD_VERSION_MICRO)
@@ -30,7 +30,7 @@
#define I2P_VERSION_MAJOR 0
#define I2P_VERSION_MINOR 9
-#define I2P_VERSION_MICRO 45
+#define I2P_VERSION_MICRO 46
#define I2P_VERSION_PATCH 0
#define I2P_VERSION MAKE_VERSION(I2P_VERSION_MAJOR, I2P_VERSION_MINOR, I2P_VERSION_MICRO)
#define I2P_VERSION_NUMBER MAKE_VERSION_NUMBER(I2P_VERSION_MAJOR, I2P_VERSION_MINOR, I2P_VERSION_MICRO)
diff --git a/qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml b/qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml
index 4c027bc0..da9627cc 100644
--- a/qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml
+++ b/qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml
@@ -35,6 +35,7 @@
+