Skip to content

Commit 89a1d4c

Browse files
authored
Merge pull request #2319 from TracksApp/release-2.4.2
Prep for a v2.4.2 release
2 parents 0f113ca + 5b797e2 commit 89a1d4c

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* IRC channel: #tracks on Freenode
1010
* Original developer: bsag (http://www.rousette.org.uk/)
1111
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
12-
* Version: 2.4.1
12+
* Version: 2.4.2
1313

1414
[![Build Status](https://github.com/TracksApp/tracks/workflows/Continuous%20Integration/badge.svg)](https://github.com/TracksApp/tracks/actions)
1515
[![Code Climate](https://codeclimate.com/github/TracksApp/tracks/badges/gpa.svg)](https://codeclimate.com/github/TracksApp/tracks)

config/initializers/tracks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tracks_version='2.4.1'
1+
tracks_version='2.4.2'
22
# comment out next two lines if you do not want (or can not) the date of the
33
# last git commit in the footer
44
info=`git log --pretty=format:"%ai" -1`

doc/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Version 2.4.2
2+
3+
### New features
4+
* The new todo UI form has been updated.
5+
6+
### Bug fixes
7+
* Needless sanitization of tags has been removed.
8+
* Security vulnerabilities have been fixed.
9+
110
## Version 2.4.1
211

312
### Bug fixes

doc/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upgrading Tracks
22

3-
## Upgrading from Tracks 2.3 to 2.4.1
3+
## Upgrading from Tracks 2.3 to 2.4.2
44

55
These upgrade instructions are rough. Please suggest improvements in a GitHub issue if you run into problems.
66

0 commit comments

Comments
 (0)