diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.4.1.0
+
+* Exported `useShortcut` (gee).
+
 # 0.4.0.0
 
 * Exported `Shortcut`.
diff --git a/shortcut-links.cabal b/shortcut-links.cabal
--- a/shortcut-links.cabal
+++ b/shortcut-links.cabal
@@ -1,5 +1,5 @@
 name:                shortcut-links
-version:             0.4.0.0
+version:             0.4.1.0
 synopsis:            Link shortcuts for use in text markup
 description:
   This package is a database of link shortcuts. A Markdown example: 
diff --git a/src/ShortcutLinks.hs b/src/ShortcutLinks.hs
--- a/src/ShortcutLinks.hs
+++ b/src/ShortcutLinks.hs
@@ -7,6 +7,7 @@
   Result(..),
   Shortcut,
   allShortcuts,
+  useShortcut,
 )
 where
 
