diff --git a/blaze-svg.cabal b/blaze-svg.cabal
--- a/blaze-svg.cabal
+++ b/blaze-svg.cabal
@@ -1,5 +1,5 @@
 name:                blaze-svg
-version:             0.3.3.1
+version:             0.3.4
 synopsis:            SVG combinator library
 homepage:            https://github.com/deepakjois/blaze-svg
 license:             BSD3
diff --git a/src/Text/Blaze/Svg.hs b/src/Text/Blaze/Svg.hs
--- a/src/Text/Blaze/Svg.hs
+++ b/src/Text/Blaze/Svg.hs
@@ -16,7 +16,7 @@
     -- ** The quadratic Bézier curve commands
     , q, qr, t, tr
     -- * SVG Transform combinators
-    , translate, rotate, scale
+    , translate, rotate, rotateAround, scale
     , skewX, skewY
     , matrix
     ) where
