diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+0.8.1.0
+=======
+* Export `logLoc`. Credit to [Brian McKenna](https://github.com/puffnfresh)
+
 0.8.0.0
 =======
 * **Breaking change**: switch from severity based log level filtering to
diff --git a/katip.cabal b/katip.cabal
--- a/katip.cabal
+++ b/katip.cabal
@@ -1,5 +1,5 @@
 name:                katip
-version:             0.8.0.0
+version:             0.8.1.0
 synopsis:            A structured logging framework.
 description:
   Katip is a structured logging framework. See README.md for more details.
diff --git a/src/Katip.hs b/src/Katip.hs
--- a/src/Katip.hs
+++ b/src/Katip.hs
@@ -159,6 +159,7 @@
     , logF
     , logMsg
     , logT
+    , logLoc
     , logItem
     , logException
     -- ** 'KatipContext': Logging With Context
