Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ijdickinson committed Oct 5, 2020
1 parent 42b4106 commit 59e864a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to the UKHPI app by version and date

## 1.5.10 - 2020-10-05 (Ian)

- Some additional Welsh language refinements, in particular date abbreviations

## 1.5.9 - 2020-10-02 (Ian)

- Additional fixes to the Welsh language localisation, including some
Expand Down
6 changes: 3 additions & 3 deletions app/lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true

module Version
MAJOR = '1'
MINOR = '5'
REVISION = '9'
MAJOR = 1
MINOR = 5
REVISION = 10
VERSION = "#{MAJOR}.#{MINOR}.#{REVISION}"
end

0 comments on commit 59e864a

Please sign in to comment.