Version 0.10.7 (#34)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 228c997..3a427ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 0.10.7
+
+* Bugfix: Make bitshifts work at bitwidth boundaries. Previously,
+  `new Int64(3) << 64 == Int64(3)`. This ensures that the result is 0 in such
+  cases.
+* Updated maximum SDK constraint from 2.0.0-dev.infinity to 2.0.0.
+
 ## 0.10.6
 
 * Fix `Int64([int value])` constructor to avoid rounding error on intermediate
diff --git a/pubspec.yaml b/pubspec.yaml
index e415e6c..d794eb1 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: fixnum
-version: 0.10.7-dev
+version: 0.10.7
 author: Dart Team <misc@dartlang.org>
 description: Library for 32- and 64-bit signed fixed-width integers.
 homepage: https://github.com/dart-lang/fixnum