From 736d573ff05b2bdd63f6e76e077ad2c380cfaa7a Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Thu, 23 Jun 2022 20:15:51 -0400 Subject: [PATCH] update PR in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 384945ce..8d5b2c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ 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 ## [4.0.3] - 2022-06-23 -- BUGFIX: Fixes error when calling `mappable` on a `ChronicParser` initialized with a date string Chronic cannot parse - [PR 141](https://github.com/collectionspace/collectionspace-mapper/pull/141) +- BUGFIX: Fixes error when calling `mappable` on a `ChronicParser` initialized with a date string Chronic cannot parse - [PR 144](https://github.com/collectionspace/collectionspace-mapper/pull/144) - Replace `facets` gem with `activesupport` - [PR 141](https://github.com/collectionspace/collectionspace-mapper/pull/141) - Handle all dependencies in Gemfile and remove .gemspec since this will never be released as a gem - [PR 141](https://github.com/collectionspace/collectionspace-mapper/pull/141) -- Reverted in [PR 142](https://github.com/collectionspace/collectionspace-mapper/pull/142)