diff --git a/CHANGELOG.md b/CHANGELOG.md index b703495a..5d1cad87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.5.0 (May 7, 2013) + +Features: + + - Added "prev" and "next" links support + - Added refresh meta tag support + ## 1.4.1 (March 14, 2013) Bugfixes: diff --git a/README.md b/README.md index 26711558..2ab18d3b 100644 --- a/README.md +++ b/README.md @@ -372,24 +372,6 @@ And in your pjax templates: <% end %> -## Alternatives - -There are several plugins influenced me to create this one: - -* [Headliner](https://github.com/mokolabs/headliner) -* [meta\_on_rals](https://github.com/ashchan/meta_on_rails) - -## Credits - -* [Dmytro Shteflyuk](https://github.com/kpumuk) (author) -* [Morgan Roderick](https://github.com/mroderick) (contributor) -* [Jesse Clark](https://github.com/jesseclark) (contributor) -* Sergio Cambra (contributor) -* Kristoffer Renholm (contributor) -* [Jürg Lehni](https://github.com/lehni) (contributor) -* [Tom Coleman](https://github.com/tmeasday) (contributor) -* [Guille Lopez](https://github.com/guillelopez) (contributor) -* [Holger Frohloff](https://github.com/jazzgumpy) (contributor) -* [Jakub Wojtysiak](https://github.com/schiza) (contributor) -* [Matthew Callis](https://github.com/MatthewCallis) (contributor) -* [Andre Luiz Carvalho](https://github.com/alcarvalho) (contributor) +## Author + +[Dmytro Shteflyuk](https://github.com/kpumuk), [http://kpumuk.info](http://kpumuk.info/) diff --git a/lib/meta_tags/version.rb b/lib/meta_tags/version.rb index 214907f2..7d559131 100644 --- a/lib/meta_tags/version.rb +++ b/lib/meta_tags/version.rb @@ -1,3 +1,3 @@ module MetaTags - VERSION = '1.4.1' + VERSION = '1.5.0' end