Skip to content

Commit 5137507

Browse files
authored
Merge pull request #1283 from scott/dev/2.4/prepare-2.4.3
Prepare 2.4.3
2 parents de44b5f + 59657c6 commit 5137507

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## VERSION 2.4.3
2+
3+
This release fixes a bug in the way autosaving was handled.
4+
5+
- Autosave functionality improved
6+
- Added a button to clear autosaved draft if present
7+
- Removed autosave from KB editor
8+
- Depenedencies updated
9+
110
## VERSION 2.4.2
211

312
This release updates dependecies and fixes an issue with the docker container which prevented it from booting.

config/environment.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
Rails.application.initialize!
66

77
# Get the current tag version
8-
VERSION = '2.4.2'
8+
VERSION = '2.4.3'
99
REVISION = `git log --pretty=format:'%h' -n 1`
1010
APP_VERSION = "#{VERSION}:#{REVISION}"

0 commit comments

Comments
 (0)