From 5c07db9d55a20fbea75778fd849427e23bba26cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Raddaoui=20Mar=C3=ADn?= Date: Wed, 23 Oct 2024 02:23:01 +0200 Subject: [PATCH] Bump version to 0.2.0 --- CHANGELOG.md | 7 ++++++- internal/version/VERSION.txt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 606f3952..6a9a7ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,12 @@ requests. ## [Unreleased] +## [0.2.0] - 2024-10-23 + ### Added +- OIDC scopes configuration (#1037) +- Option to skip API authentication email verified check (#1037) - Failed SIPs/PIPs buckets (#929) - ABAC roles mapping configuration (#1035) - Total package count and improved pager (#988) @@ -18,7 +22,8 @@ requests. Initial release. -[unreleased]: https://github.com/artefactual-sdps/enduro/compare/v0.1.0...HEAD +[unreleased]: https://github.com/artefactual-sdps/enduro/compare/v0.2.0...HEAD +[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 [keep a changelog]: https://keepachangelog.com/en/1.1.0 [semantic versioning]: https://semver.org/spec/v2.0.0.html diff --git a/internal/version/VERSION.txt b/internal/version/VERSION.txt index 6e8bf73a..0ea3a944 100644 --- a/internal/version/VERSION.txt +++ b/internal/version/VERSION.txt @@ -1 +1 @@ -0.1.0 +0.2.0