diff --git a/casr-logbook.cabal b/casr-logbook.cabal
--- a/casr-logbook.cabal
+++ b/casr-logbook.cabal
@@ -1,5 +1,5 @@
 name:               casr-logbook
-version:            0.0.5
+version:            0.0.6
 license:            OtherLicense
 license-file:       LICENSE
 author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+0.0.6
+
+* Fix bug in bambuser video type.
+
 0.0.5
 
 * Add bambuser video type.
diff --git a/src/Data/Aviation/Casr/Logbook/VideoType.hs b/src/Data/Aviation/Casr/Logbook/VideoType.hs
--- a/src/Data/Aviation/Casr/Logbook/VideoType.hs
+++ b/src/Data/Aviation/Casr/Logbook/VideoType.hs
@@ -15,5 +15,5 @@
     "youtube"
   markdown Vimeo =
     "vimeo"
-  markdown Vimeo =
+  markdown Bambuser =
     "bambuser"
