From 30c025d42e8cb0fbb438c9f376d43e217c13a67b Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Fri, 30 Aug 2024 12:53:55 -0400 Subject: [PATCH] Release 6.0.1 --- 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 d8affa06..229c5a0d 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.1] - 2024-08-30 +- BUGFIX: Reponse did not get an identifier set if any terms were missing. + ## [6.0.0] - 2024-08-24 - **Breaking** - Revert to activesupport v. 6.0.4.7 for compatibility with CSV Importer diff --git a/Gemfile.lock b/Gemfile.lock index d8a58092..e09ee266 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GIT PATH remote: . specs: - collectionspace-mapper (6.0.0) + collectionspace-mapper (6.0.1) 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 f4fc24cf..82570464 100644 --- a/lib/collectionspace/mapper/version.rb +++ b/lib/collectionspace/mapper/version.rb @@ -2,6 +2,6 @@ module CollectionSpace module Mapper - VERSION = "6.0.0" + VERSION = "6.0.1" end end