diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.markdown
@@ -0,0 +1,4 @@
+0.6.3
+-----
+* `bytestring` dependency bump
+
diff --git a/rope.cabal b/rope.cabal
--- a/rope.cabal
+++ b/rope.cabal
@@ -1,5 +1,5 @@
 name:           rope
-version:        0.6.2
+version:        0.6.3
 license:        BSD3
 license-file:   LICENSE
 author:         Edward A. Kmett
@@ -13,11 +13,13 @@
 build-type:     Simple
 cabal-version:  >=1.2
 Tested-With:    GHC==6.10.4
+extra-source-files:
+  CHANGELOG.markdown
 
 library
   build-depends:
     base >= 4 && < 6,
-    bytestring >= 0.9.1.4 && < 0.10,
+    bytestring >= 0.9.1.4 && < 0.11,
     fingertree >= 0.0.1 && < 0.1,
     utf8-string >= 0.3.6 && < 0.4,
     mtl >= 2.0.1 && < 2.2
