From 1dcd0f85de786f46a7f224a27cc3d709ddd2a68c Mon Sep 17 00:00:00 2001
From: Colin O'Dell <colinodell@gmail.com>
Date: Fri, 27 Dec 2019 20:32:28 -0500
Subject: [PATCH] Prepare to release 4.9.1

---
 CHANGELOG.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ded5406..9ce8e8b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
 
 ## [Unreleased][unreleased]
 
+## [4.9.1] - 2019-12-27
+### Fixed
+ - Fixed issue with HTML entity escaping in text (#184)
+
 ## [4.9.0] - 2019-11-02
-## Added
+### Added
  - Added new option to preserve comments (#177, #179)
 
 ## [4.8.3] - 2019-10-31
@@ -259,7 +263,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
 ### Added
  - Initial release
 
-[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.9.0...master
+[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.9.1...master
+[4.9.1]: https://github.com/thephpleague/html-to-markdown/compare/4.9.0...4.9.1
 [4.9.0]: https://github.com/thephpleague/html-to-markdown/compare/4.8.3...4.9.0
 [4.8.3]: https://github.com/thephpleague/html-to-markdown/compare/4.8.2...4.8.3
 [4.8.2]: https://github.com/thephpleague/html-to-markdown/compare/4.8.1...4.8.2