diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c3dae..ecb7b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Bloggero ChangeLog +## 2017-01-11, Version 0.2.8 + +* Extracted Config. +* :new: Customizable footer. +* :checkered_flag: Finish with bread crumbs. +* :bug: Fixed viewing of alerts. +* Fixed part "Customizing" in README. +* Removed unnecessary pages for HTTP errors in sample folder. +* Few other minor changes. + ## 2017-01-08, Version 0.2.7 * Add list of blogs (sites) using _Bloggero_. diff --git a/elm-package.json b/elm-package.json index cc1871a..7e1f731 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,5 +1,5 @@ { - "version": "0.2.7", + "version": "0.2.8", "summary": "Bloggero -- engine for static blogs written in Elm with Material Design Light.", "repository": "https://github.com/easimonenko/bloggero-elm-mdl.git", "license": "MIT", diff --git a/package.json b/package.json index a1c5bd2..894b931 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bloggero-elm-mdl", - "version": "0.2.7", + "version": "0.2.8", "description": "Bloggero -- engine for static blogs with single page interface written in Elm with Material Design Light.", "main": "app.js", "scripts": {