diff --git a/CHANGELOG b/CHANGELOG index 28aaa1093..5ef2ef339 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,21 @@ N.B.: You *must* run after installing the new software, to enjoy the benefits of this new version. +------------------------------------------------------------------------------ +* 0.20.2 + +New Features: + +* Support Ruby 2.4, 2.5 +* MathJax 2.7.5 +* SVG-Edit 4.2.0 +* Updated Youtube API + +Bugs Fixed: + +* Trim whitespace from author names +* Update to Nokogiri 1.8.x (required by Windows) + ------------------------------------------------------------------------------ * 0.20.1 diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 47dcd29e6..7ab03c512 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -298,7 +298,7 @@ module Instiki module VERSION #:nodoc: MAJOR = 0 MINOR = 20 - TINY = 1 + TINY = 2 SUFFIX = '(MML+)' PRERELEASE = false if PRERELEASE