Skip to content

Commit

Permalink
Release of 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
McClain Looney committed Sep 13, 2021
1 parent 4d6fbea commit b30afb5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
unreleased=true
future-release=v6.2.0
future-release=v6.3.0
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/zizia/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Zizia
VERSION = '6.2.0'
VERSION = '6.3.0'
end

0 comments on commit b30afb5

Please sign in to comment.