Skip to content

Commit

Permalink
Merge pull request #1270 from scott/dev/2.4/prepare-2.4.2
Browse files Browse the repository at this point in the history
Up version 2.4.2
  • Loading branch information
scott authored Apr 30, 2019
2 parents 18e1c65 + 74faa15 commit 0b3d631
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## VERSION 2.4.2

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

- Dependencies updated
- Critical security update for Nokogiri
- Fixed: Docker container would not boot

## VERSION 2.4.1

This release fixes a couple thing from the last release, in addition to updating some dependencies. Specifically:

- Resetting passwords works again- this was a regression with the update of Devise
- Tags are now shown in alphabetical order- helpful if you have a large number
- Tag management is now paginated- again helpful if you have a large number

Also

- Some additional navigation was added into the knowledgebase editor

## VERSION 2.4

Version 2.4 is packed with some great new stuff to make your Helpy experience better than ever. It also includes some important security updates
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.1'
VERSION = '2.4.2'
REVISION = `git log --pretty=format:'%h' -n 1`
APP_VERSION = "#{VERSION}:#{REVISION}"

0 comments on commit 0b3d631

Please sign in to comment.