diff --git a/History.markdown b/History.markdown index be838ca82e..d0809bd06c 100644 --- a/History.markdown +++ b/History.markdown @@ -1,3 +1,7 @@ +## 2.2.1 / 2018/01/27 + + * Revert social_sites hash for retrocompatibility (#190) + ## 2.2.0 / 2018/01/22 ### Minor Enhancements diff --git a/minima.gemspec b/minima.gemspec index 6f1bfcb394..9436997fae 100644 --- a/minima.gemspec +++ b/minima.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "minima" - spec.version = "2.2.0" + spec.version = "2.2.1" spec.authors = ["Joel Glovier"] spec.email = ["jglovier@github.com"]