From c7bff987f9817d0e9c420c9d01276ad9f1776d17 Mon Sep 17 00:00:00 2001
From: Adam Kulidjian <adam.kulidjian@gmail.com>
Date: Wed, 21 Feb 2018 12:34:45 -0500
Subject: [PATCH 1/2] changelog for fixed 2.4.1

---
 CHANGELOG.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08e2b5e9a56..317e73fbfe3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,11 @@
 All notable changes to this project will be documented in this file.
 This project adheres to [Semantic Versioning](http://semver.org/).
 
-## [2.4.0] - 2018-02-16 [BROKEN]
+## [2.4.1] - 2018-02-21
+### Fixed
+- `plotly.figure_factory.create_choropleth` was broken in version 2.4.0 due to Plotly not shipping with the required shapefiles to generate the choropleths. These files are now restored in the current version.
+
+## [2.4.0] - 2018-02-16 [YANKED]
 ### Added
 - County Choropleth figure factory. Call `help(plotly.figure_factory.create_choropleth)` for examples and how to get started making choropleths of US counties with the Python API.
 

From 3d8cd0762335b32ccb0cfb7b550158b152682f6b Mon Sep 17 00:00:00 2001
From: Adam Kulidjian <adam.kulidjian@gmail.com>
Date: Wed, 21 Feb 2018 13:25:55 -0500
Subject: [PATCH 2/2] chelsea's comments

---
 CHANGELOG.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 317e73fbfe3..14f0b0aa9c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [2.4.1] - 2018-02-21
 ### Fixed
-- `plotly.figure_factory.create_choropleth` was broken in version 2.4.0 due to Plotly not shipping with the required shapefiles to generate the choropleths. These files are now restored in the current version.
+- The required shapefiles to generate the choropleths via `plotly.figure_factory.create_choropleth` are now shipped in the package data.
 
-## [2.4.0] - 2018-02-16 [YANKED]
+## [2.4.0] - 2018-02-16
 ### Added
 - County Choropleth figure factory. Call `help(plotly.figure_factory.create_choropleth)` for examples and how to get started making choropleths of US counties with the Python API.
 
-Note: Calling `plotly.figure_factory.create_choropleth` is broken and fails with an IOError.
+Note: Calling `plotly.figure_factory.create_choropleth` will fail with an IOError due to missing shapefiles see: https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md#241---2018-02-21
 
 ## [2.3.0] - 2018-01-25
 ### Fixed