diff --git a/CHANGELOG.md b/CHANGELOG.md index 17892fc..bb0bb1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ This project bumps the version number for any changes (including documentation u ## [Unreleased] - i.e. pushed to main branch but not yet tagged as a release +## [5.0.6] - 2024-02-11 +- Return date details responses early if there are errors, to avoid exceptions + ## [5.0.5] - 2024-02-02 - For `date details` batch mode: add support for ingesting grouped fields at the same level as the structured date group. To find the group level of the structured date group, find the `date_field_group` value in the relevant CSV ingest template. If that field has a `REPEATING FIELD GROUP` value in the template, any other field values with the same `REPEATING FIELD GROUP` value can be ingested together. diff --git a/Gemfile.lock b/Gemfile.lock index 9401790..222bf3c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GIT PATH remote: . specs: - collectionspace-mapper (5.0.5) + collectionspace-mapper (5.0.6) activesupport (= 7.0.4.3) chronic collectionspace-client (~> 0.15.0) diff --git a/lib/collectionspace/mapper/version.rb b/lib/collectionspace/mapper/version.rb index 9288450..8f24b74 100644 --- a/lib/collectionspace/mapper/version.rb +++ b/lib/collectionspace/mapper/version.rb @@ -2,6 +2,6 @@ module CollectionSpace module Mapper - VERSION = "5.0.5" + VERSION = "5.0.6" end end