diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a46e5..e44e625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 2.1.1 - 2015.10.09 + - Export JSON for SVG and PNG (16x16, 36x36, 72x72) [#18](https://github.com/jollygoodcode/twemoji/pull/18) ## 2.0.1 - 2015.07.19 diff --git a/lib/twemoji/version.rb b/lib/twemoji/version.rb index 090a24c..d8170b5 100644 --- a/lib/twemoji/version.rb +++ b/lib/twemoji/version.rb @@ -1,3 +1,3 @@ module Twemoji - VERSION = "2.0.1" + VERSION = "2.1.1" end