Skip to content

Commit

Permalink
Updating changelog [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Feb 15, 2022
1 parent 3c9db6d commit 635b603
Showing 1 changed file with 30 additions and 38 deletions.
68 changes: 30 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## v4.2.1 (15/02/2022)
### Bug fixes:

- CAS Login issue when user with the same email already exists #1988

### Enhancements:

- Add under appraisel status to transferred resources deletion #1989
- Replace embed marked.js by webjar #1983

Install for demonstration:
```
docker pull keeps/roda:v4.2.1
```

---

## v3.6.1 (26/01/2022)
### Bug fixes:

- Update Dockerfile base image

Install for demonstration:
```
docker pull keeps/roda:v3.6.1
```

---

## v4.2.0 (17/01/2022)
### New features:

Expand Down Expand Up @@ -847,41 +876,4 @@ docker pull keeps/roda:v2.2.11


#### Bug Fixes:
- CAS API auth allows incoherent state in basic auth fallback [#1349](https://github.com/keeps/roda/issues/1349)
---

## v2.2.10 (03/07/2018)
Install for demonstration:
```
docker pull keeps/roda:v2.2.10
```

Run locally for demonstration:
```
docker run -p 8080:8080 keeps/roda:v2.2.10
```
Open browser on "http://localhost:8080"

- username: admin
- password: roda

#### Enhancements:

- Support CAS single sign out [#1250](https://github.com/keeps/roda/issues/1250)

#### Bug Fixes:

- Unauthenticated API requests are not working [#1265](https://github.com/keeps/roda/issues/1265)
- Wrong icon when viewing a file [#1253](https://github.com/keeps/roda/issues/1253)

---

## v2.2.9 (13/06/2018)
Install for demonstration:
```
docker pull keeps/roda:v2.2.9
```

#### Bug Fixes:

- Unauthenticated users should have the same permissions as the user 'guest' [#1249](https://github.com/keeps/roda/issues/1249)
- CAS API auth allows incoherent state in basic auth fallback [#1349](https://github.com/keeps/roda/issues/1349)

0 comments on commit 635b603

Please sign in to comment.