Skip to content

Commit

Permalink
Bump version; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kspurgin committed Dec 20, 2023
1 parent 796273d commit 324273a
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

## [5.0.2] - 2023-12-19
- BUGFIX for [#148](https://github.com/collectionspace/collectionspace-mapper/issues/148)

## [5.0.1] - 2023-04-25
- BUGFIX for [#165](https://github.com/collectionspace/collectionspace-mapper/issues/165)

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 (5.0.1)
collectionspace-mapper (5.0.2)
activesupport (= 7.0.4.3)
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 = "5.0.1"
VERSION = "5.0.2"
end
end

0 comments on commit 324273a

Please sign in to comment.