diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Revision history for cal-layout
 
+## 0.1.0.2 -- 2019-01-03
+* Third version.
+
 ## 0.1.0.1 -- 2019-01-03
 * Second version.
 
diff --git a/cal-layout.cabal b/cal-layout.cabal
--- a/cal-layout.cabal
+++ b/cal-layout.cabal
@@ -1,5 +1,5 @@
 name:                cal-layout
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Calendar Layout Algorithm
 copyright:           (c) 2019 Boro Sitnikovski
 homepage:            https://github.com/bor0/cal-layout
@@ -26,7 +26,7 @@
 
 source-repository this
     type: git
-    tag: 0.1.0.1
+    tag: 0.1.0.2
     location: https://github.com/bor0/cal-layout
 
 library
diff --git a/example/Bookings.hs b/example/Bookings.hs
--- a/example/Bookings.hs
+++ b/example/Bookings.hs
@@ -1,6 +1,6 @@
 module Main where
 
-import CalLayout (getDimensions, CalEvent)
+import CalLayout (getDimensions, CalEvent(..))
 
 data Booking = Booking {
     bCalId :: String
