diff --git a/HISTORY.md b/HISTORY.md
index af545fd..5081ef5 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,6 +1,15 @@
Pure Change History
===================
+1.0.1 (2019-07-10)
+------------------
+
+* Fix "selected" menu item labels in nested menus (#708)
+* Fix bug in pure-button active state's border color. (#729)
+* Fix horizontal scrollbars not appearing in IE11 and Chrome (#740)
+* Fix pure-table-bordered issues (#718)
+
+
1.0.0 (2017-06-05)
------------------
diff --git a/README.md b/README.md
index e24a67e..be7563f 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,12 @@ A set of small, responsive CSS modules that you can use in every web project.
[![Dependency Status](https://david-dm.org/pure-css/pure/dev-status.svg)](https://david-dm.org/pure-css/pure?type=dev)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/pure-css/pure?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-**This project is looking for maintainers to support and enhance Pure.css. If you are interested please [leave a comment](https://github.com/pure-css/pure/issues/692) in the Github issue.**
+**This project is looking for maintainers to support and enhance Pure.css. If you are interested please [leave a comment](https://github.com/pure-css/pure/issues/692) in the Github issue.**
**Use From the CDN:**
```html
-
+
```
Note: You can [customize which Pure modules you need][customize].
@@ -77,7 +77,7 @@ extensive documentation and examples to help you start using Pure.
You can include the Pure CSS file in your project by fetching it from unpkg:
```html
-
+
```
You can also install Pure using [Bower][], using the following command:
diff --git a/bower.json b/bower.json
index 8d8335e..b3b3d00 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "pure",
"description": "Use Pure's ridiculously tiny CSS to start any web project.",
- "version": "1.0.0",
+ "version": "1.0.1",
"main": "build/pure.css",
"devDependencies": {
"normalize-css": "^3.0"
diff --git a/package.json b/package.json
index 622e1f7..a489fa2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "purecss",
- "version": "1.0.0",
+ "version": "1.0.1",
"repository": {
"type": "git",
"url": "git://github.com/pure-css/pure.git"