diff --git a/README.md b/README.md index 1a3e6d176..1998c7716 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ * IRC channel: #tracks on Freenode * Original developer: bsag (http://www.rousette.org.uk/) * Contributors: https://github.com/TracksApp/tracks/wiki/Contributors -* Version: 2.4.1 +* Version: 2.4.2 [![Build Status](https://github.com/TracksApp/tracks/workflows/Continuous%20Integration/badge.svg)](https://github.com/TracksApp/tracks/actions) [![Code Climate](https://codeclimate.com/github/TracksApp/tracks/badges/gpa.svg)](https://codeclimate.com/github/TracksApp/tracks) diff --git a/config/initializers/tracks.rb b/config/initializers/tracks.rb index 488b797fc..5d85d5bed 100644 --- a/config/initializers/tracks.rb +++ b/config/initializers/tracks.rb @@ -1,4 +1,4 @@ -tracks_version='2.4.1' +tracks_version='2.4.2' # comment out next two lines if you do not want (or can not) the date of the # last git commit in the footer info=`git log --pretty=format:"%ai" -1` diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 7cd9a0c78..b29aa9e41 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,12 @@ +## Version 2.4.2 + +### New features +* The new todo UI form has been updated. + +### Bug fixes +* Needless sanitization of tags has been removed. +* Security vulnerabilities have been fixed. + ## Version 2.4.1 ### Bug fixes diff --git a/doc/upgrading.md b/doc/upgrading.md index 8632ba3c6..56d298ac0 100644 --- a/doc/upgrading.md +++ b/doc/upgrading.md @@ -1,6 +1,6 @@ # Upgrading Tracks -## Upgrading from Tracks 2.3 to 2.4.1 +## Upgrading from Tracks 2.3 to 2.4.2 These upgrade instructions are rough. Please suggest improvements in a GitHub issue if you run into problems.