From 7792feff12fe8837682d83f57243599e25d035ad Mon Sep 17 00:00:00 2001 From: Max Kadel Date: Tue, 21 Sep 2021 11:56:03 -0400 Subject: [PATCH] Prep for release v6.6.1 --- .github_changelog_generator | 2 +- CHANGELOG.md | 26 +++++++++++++++++++++----- lib/zizia/version.rb | 2 +- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 222bfd8..f7d63b0 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=v6.5.0 +future-release=v6.6.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf1f0f..fb03f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [v6.6.1](https://github.com/curationexperts/zizia/tree/v6.6.1) (2021-09-21) + +[Full Changelog](https://github.com/curationexperts/zizia/compare/v6.6.0...v6.6.1) + +**Merged pull requests:** + +- Display collection identifier rather than id [\#130](https://github.com/curationexperts/zizia/pull/130) ([maxkadel](https://github.com/maxkadel)) + +## [v6.6.0](https://github.com/curationexperts/zizia/tree/v6.6.0) (2021-09-20) + +[Full Changelog](https://github.com/curationexperts/zizia/compare/v6.5.0...v6.6.0) + +**Merged pull requests:** + +- Adds blank line support to the csv\_validator [\#129](https://github.com/curationexperts/zizia/pull/129) ([mlooney](https://github.com/mlooney)) + ## [v6.5.0](https://github.com/curationexperts/zizia/tree/v6.5.0) (2021-09-20) [Full Changelog](https://github.com/curationexperts/zizia/compare/v6.4.1...v6.5.0) @@ -369,19 +385,19 @@ ## [v2.1.0.alpha.02](https://github.com/curationexperts/zizia/tree/v2.1.0.alpha.02) (2019-07-30) -[Full Changelog](https://github.com/curationexperts/zizia/compare/v2...v2.1.0.alpha.02) +[Full Changelog](https://github.com/curationexperts/zizia/compare/v2.1.0.alpha.01...v2.1.0.alpha.02) **Merged pull requests:** - Rename database migrations [\#6](https://github.com/curationexperts/zizia/pull/6) ([little9](https://github.com/little9)) -## [v2](https://github.com/curationexperts/zizia/tree/v2) (2019-07-29) +## [v2.1.0.alpha.01](https://github.com/curationexperts/zizia/tree/v2.1.0.alpha.01) (2019-07-29) -[Full Changelog](https://github.com/curationexperts/zizia/compare/v2.1.0.alpha.01...v2) +[Full Changelog](https://github.com/curationexperts/zizia/compare/v2...v2.1.0.alpha.01) -## [v2.1.0.alpha.01](https://github.com/curationexperts/zizia/tree/v2.1.0.alpha.01) (2019-07-29) +## [v2](https://github.com/curationexperts/zizia/tree/v2) (2019-07-29) -[Full Changelog](https://github.com/curationexperts/zizia/compare/v2.0.0.alpha.01...v2.1.0.alpha.01) +[Full Changelog](https://github.com/curationexperts/zizia/compare/v2.0.0.alpha.01...v2) **Merged pull requests:** diff --git a/lib/zizia/version.rb b/lib/zizia/version.rb index e87fff2..7f33b93 100644 --- a/lib/zizia/version.rb +++ b/lib/zizia/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Zizia - VERSION = '6.5.0' + VERSION = '6.6.1' end