0.3.3
diff --git a/changelog.md b/changelog.md
index 6cd7f2f..6337eb5 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # webkit_inspection_protocol.dart
 
+## 0.3.3
+- Upgrade the Dart SDK minimum to 2.0.0-dev
+- Rename uses of deprecated dart:convert constants
+
 ## 0.3.2
 - Analysis fixes for strong mode
 - Upgrade to the latest package dependencies
diff --git a/pubspec.yaml b/pubspec.yaml
index b31b86e..661065d 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: webkit_inspection_protocol
-version: 0.3.2
+version: 0.3.3
 description: A client for the Webkit Inspection Protocol (WIP).
 
 homepage: https://github.com/google/webkit_inspection_protocol.dart