Skip to content

Commit

Permalink
Prep for zizia release v6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel committed Sep 22, 2021
1 parent b847674 commit 20f3e0c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 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.1
future-release=v6.6.2
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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

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

**Merged pull requests:**

- Allow validator to accept case insensitive values [\#132](https://github.com/curationexperts/zizia/pull/132) ([maxkadel](https://github.com/maxkadel))
- Refactor slowest tests [\#131](https://github.com/curationexperts/zizia/pull/131) ([maxkadel](https://github.com/maxkadel))

## [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)
Expand Down Expand Up @@ -385,19 +394,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.1'
VERSION = '6.6.2'
end

0 comments on commit 20f3e0c

Please sign in to comment.