From fe3b3faa4a2b6b56d8ff1aefd8d6211323f8b429 Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Fri, 13 Sep 2024 17:46:49 -0400 Subject: [PATCH] Release 6.0.2 --- 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 229c5a0..283bb25 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.2] - 2024-09-13 +- BUGFIX: DataHandler now handles batch config passed as a String + ## [6.0.1] - 2024-08-30 - BUGFIX: Reponse did not get an identifier set if any terms were missing. diff --git a/Gemfile.lock b/Gemfile.lock index e09ee26..617af1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GIT PATH remote: . specs: - collectionspace-mapper (6.0.1) + collectionspace-mapper (6.0.2) 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 8257046..c901acf 100644 --- a/lib/collectionspace/mapper/version.rb +++ b/lib/collectionspace/mapper/version.rb @@ -2,6 +2,6 @@ module CollectionSpace module Mapper - VERSION = "6.0.1" + VERSION = "6.0.2" end end