Skip to content

Commit 5f7c8f3

Browse files
committed
Bump version to 0.20.0 and update changelog
1 parent 1ec78d6 commit 5f7c8f3

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

241254
Initial 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

internal/version/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.19.0
1+
0.20.0

0 commit comments

Comments
 (0)