diff --git a/History.md b/History.md index 3b33243..316c923 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +## 2.0.0 / 2016-11-06 + +* change default behaviour to load location from current page +* removed on-page flag +* change attributes syntax to HTML-style + ## 1.1.6 / 2016-09-07 * fix #15 - broken page if there is
tag used * allow setting custom zoom level with `zoom:10` attribute diff --git a/lib/jekyll-maps/version.rb b/lib/jekyll-maps/version.rb index b66c6ae..5a50f66 100644 --- a/lib/jekyll-maps/version.rb +++ b/lib/jekyll-maps/version.rb @@ -1,5 +1,5 @@ module Jekyll module Maps - VERSION = "1.1.6".freeze + VERSION = "2.0.0".freeze end end