prep to publish 1.1.0 (#89)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c175eda..cebbe9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 1.1.0-dev
+## 1.1.0
 
 - Have `ChromeConnection.getTabs` return better exceptions where there's a
   failure setting up the Chrome connection (#85).
diff --git a/pubspec.yaml b/pubspec.yaml
index a36f2e6..2aa2801 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: webkit_inspection_protocol
-version: 1.1.0-dev
+version: 1.1.0
 description: >
   A client for the Chrome DevTools Protocol (previously called the Webkit
   Inspection Protocol).