diff --git a/README.md b/README.md
index e59786d..52250de 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,14 @@ The following links may be useful to anyone migrating from VSS and/or to Git. If
## Release Notes ##
+**1.0.11 (11 Sep 2016)**
+
+ * Option to ignore Git errors (thanks to David E. Smith)
+ * Allow and preserve empty commit messages (thanks to Maxim Degtyarev)
+ * Fix installer to also detect .NET 4.0 and later
+ * Upgrade project files to Visual Studio 2015
+ * Fix some URLs that still referred to old home on Google Code
+
**1.0.10 (6 Sep 2010)**
Bug fixes based on patches from Matthias Luescher:
diff --git a/Vss2Git.html b/Vss2Git.html
index c1f2dda..609a36e 100755
--- a/Vss2Git.html
+++ b/Vss2Git.html
@@ -289,6 +289,16 @@
Resources
Release Notes
+1.0.11 – 11 Sep 2016
+
+
+ - Option to ignore Git errors (thanks to David E. Smith)
+ - Allow and preserve empty commit messages (thanks to Maxim Degtyarev)
+ - Fix installer to also detect .NET 4.0 and later
+ - Upgrade project files to Visual Studio 2015
+ - Fix some URLs that still referred to old home on Google Code
+
+
1.0.10 – 6 Sep 2010 (Bug fixes based on patches from Matthias Luescher)
diff --git a/Vss2Git.nsi b/Vss2Git.nsi
index 94d6092..b719865 100755
--- a/Vss2Git.nsi
+++ b/Vss2Git.nsi
@@ -1,6 +1,6 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Vss2Git"
-!define PRODUCT_VERSION "1.0.10"
+!define PRODUCT_VERSION "1.0.11"
!define PRODUCT_PUBLISHER "Trevor Robinson"
!define PRODUCT_WEB_SITE "https://github.com/trevorr/vss2git"
!define PRODUCT_REGISTRY_KEY "Software\Vss2Git"
diff --git a/Vss2Git.png b/Vss2Git.png
index 8849c11..8632663 100755
Binary files a/Vss2Git.png and b/Vss2Git.png differ
diff --git a/Vss2Git/Properties/AssemblyInfo.cs b/Vss2Git/Properties/AssemblyInfo.cs
index dbe159d..a8f2fe5 100755
--- a/Vss2Git/Properties/AssemblyInfo.cs
+++ b/Vss2Git/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.10.0")]
-[assembly: AssemblyFileVersion("1.0.10.0")]
+[assembly: AssemblyVersion("1.0.11.0")]
+[assembly: AssemblyFileVersion("1.0.11.0")]