Skip to content

Commit

Permalink
Bump version to 0.4.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jraddaoui committed Nov 15, 2024
1 parent 55f5dc4 commit c0afd76
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ requests.

## [Unreleased]

## [0.4.0] - 2024-11-15

### Added

- Poststorage child workflows ([#886])
- Validate PREMIS XML before Archimatica/a3m processing ([#951])

### Changed

- Use tabs for package status filter ([#989])
- Reduce preservation tasks created from Archivematica jobs ([#950])

### Fixed

- API ABAC for access tokens without attributes ([#1066])

## [0.3.0] - 2024-10-29

### Added
Expand All @@ -29,15 +45,20 @@ requests.

Initial release.

[unreleased]: https://github.com/artefactual-sdps/enduro/compare/v0.3.0...HEAD
[unreleased]: https://github.com/artefactual-sdps/enduro/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/artefactual-sdps/enduro/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/artefactual-sdps/enduro/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/artefactual-sdps/enduro/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/artefactual-sdps/enduro/releases/tag/v0.1.0
[#1066]: https://github.com/artefactual-sdps/enduro/issues/1066
[#1039]: https://github.com/artefactual-sdps/enduro/issues/1039
[#1037]: https://github.com/artefactual-sdps/enduro/issues/1037
[#1035]: https://github.com/artefactual-sdps/enduro/issues/1035
[#989]: https://github.com/artefactual-sdps/enduro/issues/989
[#988]: https://github.com/artefactual-sdps/enduro/issues/988
[#951]: https://github.com/artefactual-sdps/enduro/issues/951
[#950]: https://github.com/artefactual-sdps/enduro/issues/950
[#929]: https://github.com/artefactual-sdps/enduro/issues/929
[#886]: https://github.com/artefactual-sdps/enduro/issues/886
[keep a changelog]: https://keepachangelog.com/en/1.1.0
[semantic versioning]: https://semver.org/spec/v2.0.0.html
2 changes: 1 addition & 1 deletion internal/version/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0

0 comments on commit c0afd76

Please sign in to comment.