From 304a23271def91bf5dbdabc6fca90f592af9ed03 Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Fri, 18 Oct 2024 17:35:31 -0400 Subject: [PATCH] Release 6.0.3 --- CHANGELOG.md | 3 +++ Gemfile.lock | 2 +- lib/collectionspace/mapper/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 283bb25f..40862ea5 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 +## [6.0.3] - 2024-10-18 +- BUGFIX: Rescue error when record status check finds more than one matching record, and add to Response errors for handling by ingest application + ## [6.0.2] - 2024-09-13 - BUGFIX: DataHandler now handles batch config passed as a String diff --git a/Gemfile.lock b/Gemfile.lock index 617af1ed..f3965a9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GIT PATH remote: . specs: - collectionspace-mapper (6.0.2) + collectionspace-mapper (6.0.3) activesupport (= 6.0.4.7) chronic collectionspace-client (~> 0.15.0) diff --git a/lib/collectionspace/mapper/version.rb b/lib/collectionspace/mapper/version.rb index c901acf9..68df9526 100644 --- a/lib/collectionspace/mapper/version.rb +++ b/lib/collectionspace/mapper/version.rb @@ -2,6 +2,6 @@ module CollectionSpace module Mapper - VERSION = "6.0.2" + VERSION = "6.0.3" end end