@@ -8,6 +8,19 @@ requests.
88
99## [ Unreleased]
1010
11+ ## [ 0.20.0] - 2025-10-31
12+
13+ ### Changed
14+
15+ - Improve WebSocket connections ([ #1057 ] )
16+ - Order SIP source objects list by deposit date ([ #1373 ] )
17+
18+ ### Added
19+
20+ - Retention period to all SIP origin configurations ([ #1355 ] )
21+ - File size and deposit date to SIP source list ([ #1373 ] )
22+ - Custom home page HTML support to dashboard ([ #1383 ] )
23+
1124## [ 0.19.0] - 2025-10-01
1225
1326### Fixed
@@ -240,7 +253,8 @@ requests.
240253
241254Initial release.
242255
243- [ unreleased ] : https://github.com/artefactual-sdps/enduro/compare/v0.19.0...HEAD
256+ [ unreleased ] : https://github.com/artefactual-sdps/enduro/compare/v0.20.0...HEAD
257+ [ 0.20.0 ] : https://github.com/artefactual-sdps/enduro/compare/v0.19.0...v0.20.0
244258[ 0.19.0 ] : https://github.com/artefactual-sdps/enduro/compare/v0.18.0...v0.19.0
245259[ 0.18.0 ] : https://github.com/artefactual-sdps/enduro/compare/v0.17.0...v0.18.0
246260[ 0.17.0 ] : https://github.com/artefactual-sdps/enduro/compare/v0.16.0...v0.17.0
@@ -260,6 +274,9 @@ Initial release.
260274[ 0.3.0 ] : https://github.com/artefactual-sdps/enduro/compare/v0.2.0...v0.3.0
261275[ 0.2.0 ] : https://github.com/artefactual-sdps/enduro/compare/v0.1.0...v0.2.0
262276[ 0.1.0 ] : https://github.com/artefactual-sdps/enduro/releases/tag/v0.1.0
277+ [ #1383 ] : https://github.com/artefactual-sdps/enduro/issues/1383
278+ [ #1373 ] : https://github.com/artefactual-sdps/enduro/issues/1373
279+ [ #1355 ] : https://github.com/artefactual-sdps/enduro/issues/1355
263280[ #1322 ] : https://github.com/artefactual-sdps/enduro/issues/1322
264281[ #1321 ] : https://github.com/artefactual-sdps/enduro/issues/1321
265282[ #1309 ] : https://github.com/artefactual-sdps/enduro/issues/1309
@@ -301,6 +318,7 @@ Initial release.
301318[ #1076 ] : https://github.com/artefactual-sdps/enduro/issues/1076
302319[ #1066 ] : https://github.com/artefactual-sdps/enduro/issues/1066
303320[ #1062 ] : https://github.com/artefactual-sdps/enduro/issues/1062
321+ [ #1057 ] : https://github.com/artefactual-sdps/enduro/issues/1057
304322[ #1039 ] : https://github.com/artefactual-sdps/enduro/issues/1039
305323[ #1037 ] : https://github.com/artefactual-sdps/enduro/issues/1037
306324[ #1035 ] : https://github.com/artefactual-sdps/enduro/issues/1035
0 commit comments