diff --git a/CHANGELOG b/CHANGELOG
index 3eaa0e5ca7..539540cc91 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+11.1.0 2017-10-10
+	[#1002] Add access for `StripeResponse` on `StripeException`
+	[#1005] Add support for updating card source expiration date
+	[#1008] Use bearer authorization everywhere and by default
+	[#1021] Add `PreferredLanguage` for Bancontact sources
+
 11.0.0 2017-10-10
 	[#1007] Add support for Apple Pay Domain resource
 	[#1018] Add event constants `ChargeRefundUpdated` and `InvoiceUpcoming`
diff --git a/appveyor.yml b/appveyor.yml
index 3ef49b159c..2d5ae01a8f 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 11.0.0.{build}
+version: 11.1.0.{build}
 image: Visual Studio 2017
 
 environment:
diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj
index b8ed467141..0bc9d2c1d3 100755
--- a/src/Stripe.net/Stripe.net.csproj
+++ b/src/Stripe.net/Stripe.net.csproj
@@ -3,8 +3,8 @@
   <PropertyGroup>
     <Description>Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API.  (Official Library)</Description>
     <AssemblyTitle>Stripe.net</AssemblyTitle>
-    <VersionPrefix>11.0.0</VersionPrefix>
-    <Version>11.0.0</Version>
+    <VersionPrefix>11.1.0</VersionPrefix>
+    <Version>11.1.0</Version>
     <Authors>Stripe, Jayme Davis</Authors>
     <TargetFrameworks>netstandard1.2;net45</TargetFrameworks>
     <AssemblyName>Stripe.net</AssemblyName>