Skip to content

Commit

Permalink
Merge pull request #3033 from CSCfi/release-2.29
Browse files Browse the repository at this point in the history
release: v2.29
  • Loading branch information
aatkin authored Sep 12, 2022
2 parents 0a1dcdc + 32be511 commit 16fbe58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ have notable changes.

## Unreleased

### Additions
- Application list in UI can now be configured to hide certain columns using config option `:application-list-hidden-columns`. (#2861)
- Mondo codes have been updated to version v2022-08-01. (#3031)

### Fixes
- License, create/edit license and create/edit catalogue item administrator views have been updated to display localized fields the same way other administrator views do. (#1334)
- Don't needlessly complain about the config keys that are passed automatically from system properties and the environment. (#2935)
Changes since v2.29

Changes since v2.28
## v2.29 "Länsisatamankatu" 2022-09-12

**NB: This release contains migrations!**
**NB: `workflow_licenses` table has been removed and the data is migrated to `workflow` table.**

### Additions
- Application list in UI can now be configured to hide certain columns using config option `:application-list-hidden-columns`. (#2861)
- Mondo codes have been updated to version v2022-08-01. (#3031)
- Licenses can now be added to workflows through user interface and API. Workflow licenses are included in applications, similar to resource licenses. (#2158)

### Fixes
- License, create/edit license and create/edit catalogue item administrator views have been updated to display localized fields the same way other administrator views do. (#1334)
- Don't needlessly complain about the config keys that are passed automatically from system properties and the environment. (#2935)

## v2.28 "Porkkalankatu" 2022-08-24

**NB: This release contains migrations!**
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rems "2.28"
(defproject rems "2.29"
:description "Resource Entitlement Management System is a tool for managing access rights to resources, such as research datasets."
:url "https://github.com/CSCfi/rems"

Expand Down

0 comments on commit 16fbe58

Please sign in to comment.