Skip to content

Commit

Permalink
[UIEUS-381] Add support for interface custom-reports 2.0 (#508)
Browse files Browse the repository at this point in the history
* Add support for interface custom-reports 2.0

* Fix typo in CHANGELOG
  • Loading branch information
alb3rtino authored Oct 23, 2024
1 parent 84273d0 commit fadf3bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* Fix GitHub Actions workflow not running for tags ([FOLIO-4086](https://folio-org.atlassian.net/browse/FOLIO-4086))
* Update `counter-reports` interface to 4.0 ([UIEUS-378](https://folio-org.atlassian.net/browse/UIEUS-378))
* Adjust permissions and update `aggregator-settings` interface to 2.0 ([UIEUS-379](https://folio-org.atlassian.net/browse/UIEUS-379))
* Adjust permissions and update to `interface erm-usage-harvester 2.0` ([UIEUS-380](https://folio-org.atlassian.net/browse/UIEUS-380))
* Adjust permissions and update to interface `erm-usage-harvester 2.0` ([UIEUS-380](https://folio-org.atlassian.net/browse/UIEUS-380))
* Add support for interface `custom-reports 2.0` ([UIEUS-381](https://folio-org.atlassian.net/browse/UIEUS-381))

## [9.0.0](https://github.com/folio-org/ui-erm-usage/tree/v9.0.0) (2024-04-17)
* *BREAKING* Use `multipart/form-data` to upload COUNTER reports ([UIEUS-353](https://folio-org.atlassian.net/browse/UIEUS-353))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"aggregator-settings": "2.0",
"configuration": "2.0",
"counter-reports": "4.0",
"custom-reports": "1.0",
"custom-reports": "1.0 2.0",
"erm-usage-files": "1.0",
"usage-data-providers": "3.0",
"tags": "1.0",
Expand Down

0 comments on commit fadf3bd

Please sign in to comment.