Skip to content

Commit

Permalink
Prep for release v6.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel committed Sep 29, 2021
1 parent e60a6db commit b9f0145
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 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.6.3
future-release=v6.6.4
32 changes: 22 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v6.6.4](https://github.com/curationexperts/zizia/tree/v6.6.4) (2021-09-29)

[Full Changelog](https://github.com/curationexperts/zizia/compare/v6.6.3...v6.6.4)

**Fixed bugs:**

- Default to the Work headers if object type is nil or undefined [\#137](https://github.com/curationexperts/zizia/pull/137) ([maxkadel](https://github.com/maxkadel))

**Merged pull requests:**

- Test suite configuration fixes [\#138](https://github.com/curationexperts/zizia/pull/138) ([maxkadel](https://github.com/maxkadel))

## [v6.6.3](https://github.com/curationexperts/zizia/tree/v6.6.3) (2021-09-25)

[Full Changelog](https://github.com/curationexperts/zizia/compare/v6.6.2...v6.6.3)
Expand Down Expand Up @@ -287,20 +299,20 @@

## [v4.3.1.alpha.01](https://github.com/curationexperts/zizia/tree/v4.3.1.alpha.01) (2019-10-02)

[Full Changelog](https://github.com/curationexperts/zizia/compare/v4.2.0.alpha.01...v4.3.1.alpha.01)
[Full Changelog](https://github.com/curationexperts/zizia/compare/vv4.2.0.alpha.01...v4.3.1.alpha.01)

**Merged pull requests:**

- Return attrs from process\_attrs method [\#27](https://github.com/curationexperts/zizia/pull/27) ([little9](https://github.com/little9))
- Add create\_date usage and remove erroneous pre-import message [\#26](https://github.com/curationexperts/zizia/pull/26) ([little9](https://github.com/little9))

## [v4.2.0.alpha.01](https://github.com/curationexperts/zizia/tree/v4.2.0.alpha.01) (2019-10-01)
## [vv4.2.0.alpha.01](https://github.com/curationexperts/zizia/tree/vv4.2.0.alpha.01) (2019-10-01)

[Full Changelog](https://github.com/curationexperts/zizia/compare/vv4.2.0.alpha.01...v4.2.0.alpha.01)
[Full Changelog](https://github.com/curationexperts/zizia/compare/v4.2.0.alpha.01...vv4.2.0.alpha.01)

## [vv4.2.0.alpha.01](https://github.com/curationexperts/zizia/tree/vv4.2.0.alpha.01) (2019-10-01)
## [v4.2.0.alpha.01](https://github.com/curationexperts/zizia/tree/v4.2.0.alpha.01) (2019-10-01)

[Full Changelog](https://github.com/curationexperts/zizia/compare/v4.1.0.alpha.01...vv4.2.0.alpha.01)
[Full Changelog](https://github.com/curationexperts/zizia/compare/v4.1.0.alpha.01...v4.2.0.alpha.01)

**Merged pull requests:**

Expand Down Expand Up @@ -404,19 +416,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.1.0.alpha.01...v2.1.0.alpha.02)
[Full Changelog](https://github.com/curationexperts/zizia/compare/v2...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.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...v2.1.0.alpha.01)
[Full Changelog](https://github.com/curationexperts/zizia/compare/v2.1.0.alpha.01...v2)

## [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.0.0.alpha.01...v2)
[Full Changelog](https://github.com/curationexperts/zizia/compare/v2.0.0.alpha.01...v2.1.0.alpha.01)

**Merged pull requests:**

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.6.3'
VERSION = '6.6.4'
end

0 comments on commit b9f0145

Please sign in to comment.