Skip to content

Commit b7e0916

Browse files
committed
Bump version to 0.16.0 and update changelog
1 parent 356633e commit b7e0916

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ requests.
88

99
## [Unreleased]
1010

11+
## [0.16.0] - 2025-07-17
12+
13+
### Fixed
14+
15+
- Increase read and write timeouts for SIP upload ([#1237])
16+
17+
### Changed
18+
19+
- Send websocket events based on user attributes ([#1221])
20+
- Use UUIDs as identifiers for ingest workflows and tasks ([#1209])
21+
1122
## [0.15.0] - 2025-06-27
1223

1324
### Fixed
@@ -191,7 +202,8 @@ requests.
191202

192203
Initial release.
193204

194-
[unreleased]: https://github.com/artefactual-sdps/enduro/compare/v0.15.0...HEAD
205+
[unreleased]: https://github.com/artefactual-sdps/enduro/compare/v0.16.0...HEAD
206+
[0.16.0]: https://github.com/artefactual-sdps/enduro/compare/v0.15.0...v0.16.0
195207
[0.15.0]: https://github.com/artefactual-sdps/enduro/compare/v0.14.0...v0.15.0
196208
[0.14.0]: https://github.com/artefactual-sdps/enduro/compare/v0.13.0...v0.14.0
197209
[0.13.0]: https://github.com/artefactual-sdps/enduro/compare/v0.12.0...v0.13.0
@@ -214,6 +226,7 @@ Initial release.
214226
[#1238]: https://github.com/artefactual-sdps/enduro/issues/1238
215227
[#1237]: https://github.com/artefactual-sdps/enduro/issues/1237
216228
[#1231]: https://github.com/artefactual-sdps/enduro/issues/1231
229+
[#1221]: https://github.com/artefactual-sdps/enduro/issues/1221
217230
[#1218]: https://github.com/artefactual-sdps/enduro/issues/1218
218231
[#1210]: https://github.com/artefactual-sdps/enduro/issues/1210
219232
[#1209]: https://github.com/artefactual-sdps/enduro/issues/1209

internal/version/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.0
1+
0.16.0

0 commit comments

Comments
 (0)