diff --git a/CHANGELOG.md b/CHANGELOG.md
index e29eed9..996ca32 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+# v0.10.1 (2019-09-06)
+
- [Core] Fixes server crash when provided with malformatted client-provided
subnets.
- [Core] Fixes client reconnection crash when DNS settings are not
diff --git a/bootstrap.sh b/bootstrap.sh
index 5788bf2..70320ca 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-version="0.10.0"
+version="0.10.1"
if [ $(uname) == "Linux" ]; then
cd $HOME
diff --git a/generate-metadata-header.sh b/generate-metadata-header.sh
index 614bc5b..f685920 100755
--- a/generate-metadata-header.sh
+++ b/generate-metadata-header.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-version="0.10.0"
+version="0.10.1"
git_commit_id="$(git rev-parse HEAD)"
if git diff-index --quiet HEAD --; then
diff --git a/ios/Info.plist b/ios/Info.plist
index 06481b0..b712912 100644
--- a/ios/Info.plist
+++ b/ios/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.10.0
+ 0.10.1
CFBundleSignature
????
CFBundleVersion
- 0.10.0.1
+ 0.10.1.1
LSRequiresIPhoneOS
UIPrerenderedIcon
diff --git a/ios/StunPacketTunnel/Info.plist b/ios/StunPacketTunnel/Info.plist
index afa6dde..ea89ffc 100644
--- a/ios/StunPacketTunnel/Info.plist
+++ b/ios/StunPacketTunnel/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 0.10.0
+ 0.10.1
CFBundleSignature
????
CFBundleVersion
- 0.10.0.1
+ 0.10.1.1
LSRequireIPhoneOS
NSExtension