diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,13 @@
 # Revision history for skylighting and skylighting-core
 
+## 0.13.2.1
+
+  * Update tango style for new token types (#164). The original
+    tango style didn't have colors defined for many token types
+    that have been added since it was added.  This commit
+    updates the style to support them. Thanks to @danbraswell
+    for providing the values needed.
+
 ## 0.13.2
 
   * Support ConTeXt output via skylighting-format-context (Albert Krewinkel).
diff --git a/skylighting.cabal b/skylighting.cabal
--- a/skylighting.cabal
+++ b/skylighting.cabal
@@ -1,5 +1,5 @@
 name:                skylighting
-version:             0.13.2
+version:             0.13.2.1
 synopsis:            syntax highlighting library
 description:         Skylighting is a syntax highlighting library with
                      support for over one hundred languages.  It derives
@@ -200,7 +200,7 @@
                        Skylighting.Syntax.Zsh
   other-extensions:    CPP
   build-depends:       base >= 4.8 && < 5.0,
-                       skylighting-core == 0.13.2,
+                       skylighting-core == 0.13.2.1,
                        skylighting-format-ansi >= 0.1 && < 0.2,
                        skylighting-format-context >= 0.1 && < 0.2,
                        skylighting-format-latex >= 0.1 && < 0.2,
