diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for interval-patterns
 
+## 0.2.0.1 - 2022-05-30
+
+* export `clip` from `Data.Interval.Borel`
+
 ## 0.2.0.0 - 2022-05-30
 
 * generalize `Layers` to arbitrary `Num` types and `Calendar` to arbitrary `Real` types
diff --git a/interval-patterns.cabal b/interval-patterns.cabal
--- a/interval-patterns.cabal
+++ b/interval-patterns.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: interval-patterns
-version: 0.2.0.0
+version: 0.2.0.1
 author: Melanie Brown
 description: A library for easy manipulation of intervals according to their overlap.
 maintainer: brown.m@pm.me
diff --git a/src/Data/Interval/Borel.hs b/src/Data/Interval/Borel.hs
--- a/src/Data/Interval/Borel.hs
+++ b/src/Data/Interval/Borel.hs
@@ -8,6 +8,7 @@
   insert,
   whole,
   cutout,
+  clip,
   member,
   notMember,
   union,
