Skip to content

Commit

Permalink
Merge pull request #263 from epimorphics/spike/bump-version-add-chang…
Browse files Browse the repository at this point in the history
…elog-entry

Spike/bump version add changelog entry
  • Loading branch information
bogdanadrianmarc authored Nov 22, 2024
2 parents 96cb734 + ebc4198 commit c2b6e28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ This app allows the user to explore HMLR price-paid open linked data.

## Changelog

## 2.0.0 - 2024-11

- (Bogdan) Updated all gems by regenerating `Gemfile.lock`
- (Bogdan) Upgraded alpine to `3.20`
- (Bogdan) Upgraded rails to `7.2.2`
- (Bogdan) Upgraded ruby to `3.3.5`

## 1.8.0 - 2024-10

- (Dan) Updates ruby version to 2.7.8 and alpine version to 3.16 [GH-253](https://github.com/epimorphics/ppd-explorer/issues/253)
Expand Down
4 changes: 2 additions & 2 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 = 8
MAJOR = 2
MINOR = 0
PATCH = 0
SUFFIX = nil
VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && ".#{SUFFIX}"}"
Expand Down

0 comments on commit c2b6e28

Please sign in to comment.