Skip to content

Commit 0b3d631

Browse files
authored
Merge pull request #1270 from scott/dev/2.4/prepare-2.4.2
Up version 2.4.2
2 parents 18e1c65 + 74faa15 commit 0b3d631

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## VERSION 2.4.2
2+
3+
This release updates dependecies and fixes an issue with the docker container which prevented it from booting.
4+
5+
- Dependencies updated
6+
- Critical security update for Nokogiri
7+
- Fixed: Docker container would not boot
8+
9+
## VERSION 2.4.1
10+
11+
This release fixes a couple thing from the last release, in addition to updating some dependencies. Specifically:
12+
13+
- Resetting passwords works again- this was a regression with the update of Devise
14+
- Tags are now shown in alphabetical order- helpful if you have a large number
15+
- Tag management is now paginated- again helpful if you have a large number
16+
17+
Also
18+
19+
- Some additional navigation was added into the knowledgebase editor
20+
121
## VERSION 2.4
222

323
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

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.1'
8+
VERSION = '2.4.2'
99
REVISION = `git log --pretty=format:'%h' -n 1`
1010
APP_VERSION = "#{VERSION}:#{REVISION}"

0 commit comments

Comments
 (0)