Skip to content

Commit

Permalink
Merge pull request #1283 from scott/dev/2.4/prepare-2.4.3
Browse files Browse the repository at this point in the history
Prepare 2.4.3
  • Loading branch information
scott authored May 13, 2019
2 parents de44b5f + 59657c6 commit 5137507
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 5137507

Please sign in to comment.