diff --git a/CHANGELOG.md b/CHANGELOG.md index 95426a12..f5a8ffcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,23 @@ - ... +## [2.9.0] - 2020-07-18 + +### Added + +- Indonesian translation +- Ukrainian translation +- Arabic translation +- Support `.Site.Language.LanguageDirection` + +### Fixed + +- MathJax integration +- Issues #256, #260, #264, #285 + ## [2.8.0] - 2019-09-08 -## Added +### Added - RTL support - Staticman comments reCAPTCHA support @@ -133,7 +147,7 @@ ### Changed - Forms & Buttons stylesheets -- Minor changes to Main Menu +- Minor changes to Main Menu - Refactor Social Menu template - Refactor Homepage & Sidebar templates @@ -297,7 +311,8 @@ - Initial stable release -[Unreleased]: https://github.com/MunifTanjim/minimo/compare/v2.8.0...HEAD +[unreleased]: https://github.com/MunifTanjim/minimo/compare/v2.9.0...HEAD +[2.9.0]: https://github.com/MunifTanjim/minimo/compare/v2.8.0...v2.9.0 [2.8.0]: https://github.com/MunifTanjim/minimo/compare/v2.7.0...v2.8.0 [2.7.0]: https://github.com/MunifTanjim/minimo/compare/2.6.0...v2.7.0 [2.6.0]: https://github.com/MunifTanjim/minimo/compare/2.5.0...2.6.0 diff --git a/package-lock.json b/package-lock.json index 8a694f66..b58ac313 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "minimo", - "version": "2.8.0", + "version": "2.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff3b3ebf..552465b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "minimo", "description": "Minimalist theme for Hugo", - "version": "2.8.0", + "version": "2.9.0", "author": { "name": "Munif Tanjim", "url": "https://muniftanjim.com"