diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d92648..5162b8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ See [GitHub Releases](https://github.com/feathericon/feathericon-sass/releases)
| Version | feathericon | Notes / Other additions |
|---------|-------------|--------------------------------------------------------------------|
+| 0.11.0 | `d4be9d0` | [0.11.0](https://github.com/feathericon/feathericon/releases/tag/0.11.0) Add new icons |
| 0.9.0 | `86613d6` | [0.9.3](https://github.com/feathericon/feathericon/releases/tag/0.9.3) Add new icons |
| 0.7.0 | `a805673` | [0.7.1](https://github.com/feathericon/feathericon/releases/tag/0.7.1) Add Brand icons, Resize icon size from 16px to 14px |
| 0.6.0.1 | `0b31aa8` | bugfix: move sprite svg to assets/images |
diff --git a/app/assets/fonts/feathericon.eot b/app/assets/fonts/feathericon.eot
index 78ef526..1f3dde4 100644
Binary files a/app/assets/fonts/feathericon.eot and b/app/assets/fonts/feathericon.eot differ
diff --git a/app/assets/fonts/feathericon.svg b/app/assets/fonts/feathericon.svg
index e57323d..fedc0ef 100644
--- a/app/assets/fonts/feathericon.svg
+++ b/app/assets/fonts/feathericon.svg
@@ -1,11 +1,11 @@
diff --git a/app/assets/fonts/feathericon.ttf b/app/assets/fonts/feathericon.ttf
index dd6ebca..aabd132 100644
Binary files a/app/assets/fonts/feathericon.ttf and b/app/assets/fonts/feathericon.ttf differ
diff --git a/app/assets/fonts/feathericon.woff b/app/assets/fonts/feathericon.woff
index 9fea23a..3666423 100644
Binary files a/app/assets/fonts/feathericon.woff and b/app/assets/fonts/feathericon.woff differ
diff --git a/app/assets/fonts/feathericon.woff2 b/app/assets/fonts/feathericon.woff2
index 1d0e64a..dad1196 100644
Binary files a/app/assets/fonts/feathericon.woff2 and b/app/assets/fonts/feathericon.woff2 differ
diff --git a/app/assets/images/sprite.feathericon.svg b/app/assets/images/sprite.feathericon.svg
index 886d7b9..4c3fb70 100644
--- a/app/assets/images/sprite.feathericon.svg
+++ b/app/assets/images/sprite.feathericon.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/assets/stylesheets/feathericon.css b/app/assets/stylesheets/feathericon.css
index a1fe98a..31b8f8e 100644
--- a/app/assets/stylesheets/feathericon.css
+++ b/app/assets/stylesheets/feathericon.css
@@ -54,6 +54,7 @@
.fe-bar:before { content: "\f105"; }
.fe-bar-chart:before { content: "\f106"; }
.fe-beer:before { content: "\f107"; }
+.fe-beginner:before { content: "\f1f7"; }
.fe-bell:before { content: "\f108"; }
.fe-birthday-cake:before { content: "\f163"; }
.fe-bold:before { content: "\f179"; }
@@ -219,6 +220,8 @@
.fe-sitemap:before { content: "\f150"; }
.fe-smile:before { content: "\f1bc"; }
.fe-smile-alt:before { content: "\f1bd"; }
+.fe-smile-heart:before { content: "\f1f6"; }
+.fe-smile-plus:before { content: "\f1f5"; }
.fe-speaker:before { content: "\f1ab"; }
.fe-star:before { content: "\f151"; }
.fe-star-o:before { content: "\f168"; }
@@ -243,6 +246,7 @@
.fe-tiled:before { content: "\f156"; }
.fe-timeline:before { content: "\f1ad"; }
.fe-tired:before { content: "\f1be"; }
+.fe-train:before { content: "\f1f8"; }
.fe-trash:before { content: "\f157"; }
.fe-trophy:before { content: "\f158"; }
.fe-truck:before { content: "\f1ed"; }
diff --git a/lib/feathericon/sass/version.rb b/lib/feathericon/sass/version.rb
index 5de46c2..fdbe7eb 100644
--- a/lib/feathericon/sass/version.rb
+++ b/lib/feathericon/sass/version.rb
@@ -1,5 +1,5 @@
module Feathericon
module Sass
- VERSION = '0.9.0'
+ VERSION = '0.11.0'
end
end