Add a changelog entry and update the pubspec.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c817eea..ee00a46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.11.4+4
+
+* Deprecate the name parameter to `isInstanceOf`. All language implementations
+  now support converting the type parameter to a string directly.
+
 ## 0.11.4+3
 
 * Fix the examples for `equalsIgnoringWhitespace`.
diff --git a/pubspec.yaml b/pubspec.yaml
index 3771a1f..47e8e84 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: matcher
-version: 0.11.4+3
+version: 0.11.4+4
 author: Dart Team <misc@dartlang.org>
 description: Support for specifying test expectations
 homepage: https://github.com/dart-lang/matcher