-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
# [1.7.0](https://github.com/clarin-eric/fcs-simple-endpoint/releases/tag/1.7.0) - 2024-02-02 | ||
|
||
- Additions: | ||
- Add support for `<Institution>` element to `<Resource>`s in `<EndpointDescription>`. | ||
- Add [Github Pages](https://clarin-eric.github.io/fcs-simple-endpoint/) with [JavaDoc](https://clarin-eric.github.io/fcs-simple-endpoint/project-reports.html) | ||
- Add Changelog document | ||
|
||
- Bug Fixes: | ||
- Typos | ||
|
||
- Dependencies: | ||
- Bump [`sru-server`](https://github.com/clarin-eric/fcs-sru-server) to `1.10.0` | ||
- Add `maven-release-plugin` | ||
- Bump Maven build plugin versions | ||
- Bump `org.slf4j` to `1.7.36` | ||
- Bump `com.auth0:java-jwt` to `3.19.4` | ||
|
||
- General: | ||
- Cleanup, whitespaces, copyright | ||
|
||
For older changes, see commit history at [https://github.com/clarin-eric/fcs-simple-endpoint/commits/main/](https://github.com/clarin-eric/fcs-simple-endpoint/commits/main/?after=7ae7147468decda43891311aae8925033e12ae2d+0&branch=main&qualified_name=refs%2Fheads%2Fmain) |