diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47029c8..60688c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,73 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## v2.1.0 (2017-05-30)
+
+### Added
+
+- Add icon categories (Thanks @wappsdotgr)
+- Display icon names to allow for `⌘ + F` search
+
+
+ Add 37 icons
+
+ - `arrow-down-left`
+ - `arrow-down-right`
+ - `arrow-up-left`
+ - `arrow-up-right`
+ - `battery-charging`
+ - `cast`
+ - `chevrons-down`
+ - `chevrons-left`
+ - `chevrons-right`
+ - `chevrons-up`
+ - `cloud-drizzle`
+ - `cloud-lightning`
+ - `cloud-rain`
+ - `cloud-snow`
+ - `codepen`
+ - `compass`
+ - `edit-2`
+ - `edit-3`
+ - `link-2`
+ - `list`
+ - `log-in`
+ - `log-out`
+ - `navigation-2`
+ - `package`
+ - `repeat`
+ - `share`
+ - `slack`
+ - `speaker`
+ - `trending-down`
+ - `trending-up`
+ - `type`
+ - `user-check`
+ - `user-x`
+ - `voicemail`
+ - `volume`
+ - `volume-1`
+ - `volume-2`
+
+
+### Changed
+
+- Redesign project site
+
+
+ Change 9 icons
+
+ - `bar-chart`
+ - `bar-chart-2`
+ - `droplet`
+ - `grid`
+ - `twitter`
+ - `user-minus`
+ - `user-plus`
+ - `user`
+ - `volume-x`
+
+
## v2.0.0 (2017-05-23)
### Added
@@ -104,7 +171,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `check-square`
- `clipboard`
- `cloud`
- - `cog`
- `comment-square`
- `download`
- `download-cloud`
@@ -133,6 +199,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `plus`
- `printer`
- `search`
+ - `settings`
- `share`
- `shuffle`
- `skip-back`
diff --git a/README.md b/README.md
index 4afa611..d113f99 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-[Feather](https://colebemis.github.io/feather)
+[Feather](https://feather.netlify.com)
===
### Simply beautiful open source icons
-Each icon is designed on a 24x24 grid with an emphasis on consistency and simplicity.
+Designed on a 24x24 grid with an emphasis on functionality, consistency and simplicity.
Change Log
---
diff --git a/_includes/category.html b/_includes/category.html
new file mode 100644
index 0000000..d76df2e
--- /dev/null
+++ b/_includes/category.html
@@ -0,0 +1,11 @@
+
+
{{ include.category | replace: '-', ' '}}
+
+ {% capture category_path %}icons/{{ include.category }}{% endcapture %}
+ {% for icon in site.static_files %}
+ {% if icon.path contains category_path %}
+ {% include icon.html icon=icon %}
+ {% endif %}
+ {% endfor %}
+
+
\ No newline at end of file
diff --git a/_includes/footer.html b/_includes/footer.html
index db11c9d..337a0d4 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,7 +1,7 @@
-