From 38b4d1b9740082a8ae3827ab3b4d2c46d8679931 Mon Sep 17 00:00:00 2001 From: Max Kadel Date: Fri, 1 Oct 2021 15:25:55 -0400 Subject: [PATCH] Prep for release v6.7.1 --- .github_changelog_generator | 2 +- CHANGELOG.md | 8 ++++++++ lib/zizia/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 8d1883b..b9aa249 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=v6.7.0 +future-release=v6.7.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3073e..74f7159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v6.7.1](https://github.com/curationexperts/zizia/tree/v6.7.1) (2021-10-01) + +[Full Changelog](https://github.com/curationexperts/zizia/compare/v6.7.0...v6.7.1) + +**Merged pull requests:** + +- Refactor headers to be parsed along with the rest of the CSV [\#141](https://github.com/curationexperts/zizia/pull/141) ([maxkadel](https://github.com/maxkadel)) + ## [v6.7.0](https://github.com/curationexperts/zizia/tree/v6.7.0) (2021-09-29) [Full Changelog](https://github.com/curationexperts/zizia/compare/v6.6.4...v6.7.0) diff --git a/lib/zizia/version.rb b/lib/zizia/version.rb index bdf8b3a..dfce7de 100644 --- a/lib/zizia/version.rb +++ b/lib/zizia/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Zizia - VERSION = '6.7.0' + VERSION = '6.7.1' end