diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+0.3.4      15 June 2015
+  * re-export Bracelet type from Math.Combinatorics.Species module
+
 0.3.3      11 June 2015
   * add primitive species of bracelets
 
diff --git a/Math/Combinatorics/Species.hs b/Math/Combinatorics/Species.hs
--- a/Math/Combinatorics/Species.hs
+++ b/Math/Combinatorics/Species.hs
@@ -79,7 +79,7 @@
     , Void, Unit(..)
     , Id(..), Const(..)
     , (:+:)(..), (:*:)(..), (:.:)(..)
-    , Star(..), Cycle(..), Set(..)
+    , Star(..), Cycle(..), Bracelet(..), Set(..)
 
       -- * Species AST
       -- $ast
diff --git a/species.cabal b/species.cabal
--- a/species.cabal
+++ b/species.cabal
@@ -1,5 +1,5 @@
 name:           species
-version:        0.3.3
+version:        0.3.4
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
