Change version
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 519256a..85a3527 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.14.5
+
+* Fix issue with EmptyUnmodifiableSet's stubs that were introduced in 1.14.4.
+
 ## 1.14.4
 
 * Add implementation stubs of upcoming Dart 2.0 core library methods, namely
diff --git a/pubspec.yaml b/pubspec.yaml
index a926ba9..bf07d60 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: collection
-version: 1.14.4+1
+version: 1.14.5
 author: Dart Team <misc@dartlang.org>
 description: Collections and utilities functions and classes related to collections.
 homepage: https://www.github.com/dart-lang/collection