Skip to content

Commit 511602e

Browse files
committed
update version
1 parent 8964963 commit 511602e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v2.0.4](https://github.com/in2workspace/in2-verifier-api/releases/tag/v2.0.4)
8+
### Removed
9+
- Remove hardcoded visible "DOME" references in UI.
10+
11+
712
## [v2.0.3](https://github.com/in2workspace/in2-verifier-api/releases/tag/v2.0.3)
813
### Changed
914
- For frontend pages, set language from Accept-Language header before using default language.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = 'es.in2'
13-
version = '2.0.3'
13+
version = '2.0.4'
1414

1515
java {
1616
toolchain {

0 commit comments

Comments
 (0)