diff --git a/html-conduit/ChangeLog.md b/html-conduit/ChangeLog.md
index b11c1f26..83bccdc4 100644
--- a/html-conduit/ChangeLog.md
+++ b/html-conduit/ChangeLog.md
@@ -1,3 +1,7 @@
+## 1.3.2
+
+* Fix a bug that was removing `<` symbols in script tags.
+
## 1.3.1
* Inline tagstream-conduit for entity decoding in attribute value bug
diff --git a/html-conduit/html-conduit.cabal b/html-conduit/html-conduit.cabal
index eecc2c46..2678c73d 100644
--- a/html-conduit/html-conduit.cabal
+++ b/html-conduit/html-conduit.cabal
@@ -1,5 +1,5 @@
Name: html-conduit
-Version: 1.3.1
+Version: 1.3.2
Synopsis: Parse HTML documents using xml-conduit datatypes.
Description: This package uses tagstream-conduit for its parser. It automatically balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags. Note that, since version 1.3.1, it uses an inlined copy of tagstream-conduit with entity decoding bugfixes applied.
Homepage: https://github.com/snoyberg/xml