Skip to content

Commit

Permalink
Release 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kspurgin committed Oct 21, 2024
1 parent 84a745c commit 19ca494
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4] - 2024-10-21
- Make fallback term search fully case-insensitive, rather than just capitalizing/downcasing first letter of term

## [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

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GIT
PATH
remote: .
specs:
collectionspace-mapper (6.0.3)
collectionspace-mapper (6.0.4)
activesupport (= 6.0.4.7)
chronic
collectionspace-client (~> 0.15.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/collectionspace/mapper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module CollectionSpace
module Mapper
VERSION = "6.0.3"
VERSION = "6.0.4"
end
end

0 comments on commit 19ca494

Please sign in to comment.