Skip to content

Commit 7e619a2

Browse files
author
github-actions
committed
ci: release version 2.1.0
1 parent 6f6b78c commit 7e619a2

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.1.0

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 2.1.0 - 2025-09-25
2+
#### Changes since *2.0.0*:
3+
* feat: add support for multiple and custom research areas (#389)
4+
* feat: add basic frontend tests (#388)
5+
* feat: improve form validation UX
6+
* feat: add custom cruises
7+
* chore: add renovate label
8+
* chore: add k8s readiness probes
9+
* fix: block submit button in forms
10+
* feat: add hint in form b
11+
* feat: increase max string length limit for text fields
12+
* chore(config): migrate config renovate.json
13+
* feat: add renovate config
14+
* fix: prod docker compose
15+
* feat: add cruise ship role
16+
* feat: allow shipowner to remove users
17+
* feat: allow multiple scans attached to one contract
18+
* feat: show warning if unassigned cruise manager is selected
19+
* feat: add precise period selection in form A
20+
* feat: allow any cruise modifications by ship owner (#360)
21+
* docs: selection and adaptation of methodology
22+
* docs: add scrum sprint retrospective
23+
124
## 2.0.0 - 2025-05-13
225
#### Changes since *1.1.0*:
326
* chore: rename k8s directory
@@ -65,5 +88,3 @@
6588
* docs: add scrum product backlog
6689
* feat: add document version to template
6790
* docs: add project organization
68-
69-

backend/ResearchCruiseApp/ResearchCruiseApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>ResearchCruiseApp</RootNamespace>
99
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
1010
<UserSecretsId>36dfba4d-eec1-47b9-ab0e-59344a3424a8</UserSecretsId>
11-
<Version>2.0.0</Version>
11+
<Version>2.1.0</Version>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"repository": "https://github.com/KanarekLife/ResearchCruiseApp",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)