From 59657c68d2357976920c136b89859f8bf0fd4e13 Mon Sep 17 00:00:00 2001 From: scott Date: Mon, 13 May 2019 15:58:32 -0600 Subject: [PATCH] Prepare 2.4.3 --- CHANGELOG.md | 9 +++++++++ config/environment.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ed2d445..a8ab07d88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## VERSION 2.4.3 + +This release fixes a bug in the way autosaving was handled. + +- Autosave functionality improved +- Added a button to clear autosaved draft if present +- Removed autosave from KB editor +- Depenedencies updated + ## VERSION 2.4.2 This release updates dependecies and fixes an issue with the docker container which prevented it from booting. diff --git a/config/environment.rb b/config/environment.rb index 8ae3ed44d..5ad501d7d 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -5,6 +5,6 @@ Rails.application.initialize! # Get the current tag version -VERSION = '2.4.2' +VERSION = '2.4.3' REVISION = `git log --pretty=format:'%h' -n 1` APP_VERSION = "#{VERSION}:#{REVISION}"