From b30afb566b2100132c5f9989c0b580c87dc5f06b Mon Sep 17 00:00:00 2001 From: McClain Looney Date: Mon, 13 Sep 2021 13:43:54 -0500 Subject: [PATCH] Release of 6.3.0 --- .github_changelog_generator | 2 +- CHANGELOG.md | 10 ++++++++++ lib/zizia/version.rb | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index f325aa0..9dd9878 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=v6.2.0 +future-release=v6.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a66ba4..f45acc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v6.3.0](https://github.com/curationexperts/zizia/tree/v6.3.0) (2021-09-13) + +[Full Changelog](https://github.com/curationexperts/zizia/compare/v6.2.0...v6.3.0) + +**Merged pull requests:** + +- Add work to a collection if it is already created [\#122](https://github.com/curationexperts/zizia/pull/122) ([maxkadel](https://github.com/maxkadel)) +- Add parent column to csv [\#121](https://github.com/curationexperts/zizia/pull/121) ([maxkadel](https://github.com/maxkadel)) +- Refactor validator to return correct header name [\#119](https://github.com/curationexperts/zizia/pull/119) ([maxkadel](https://github.com/maxkadel)) + ## [v6.2.0](https://github.com/curationexperts/zizia/tree/v6.2.0) (2021-09-07) [Full Changelog](https://github.com/curationexperts/zizia/compare/v6.1.0...v6.2.0) diff --git a/lib/zizia/version.rb b/lib/zizia/version.rb index 7c8f21e..11ceafb 100644 --- a/lib/zizia/version.rb +++ b/lib/zizia/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Zizia - VERSION = '6.2.0' + VERSION = '6.3.0' end