diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2c887..f1b7165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 21.4.1 (2021-05-25) + +* **[chg]** seed: **[3.12.1](https://github.com/seedstack/seed/releases/tag/v3.12.1)** +* **[chg]** redis-addon: **[2.1.1](https://github.com/seedstack/redis-addon/releases/tag/v2.1.1)** + # Version 21.4 (2021-05-09) * **[chg]** seed: **[3.12.0](https://github.com/seedstack/seed/releases/tag/v3.12.0)** diff --git a/addon-archetype/pom.xml b/addon-archetype/pom.xml index eb3916c..ac1a5b4 100644 --- a/addon-archetype/pom.xml +++ b/addon-archetype/pom.xml @@ -13,7 +13,7 @@ org.seedstack distribution - 21.4-SNAPSHOT + 21.4.1-SNAPSHOT addon-archetype diff --git a/batch-archetype/pom.xml b/batch-archetype/pom.xml index f0761c5..150e533 100644 --- a/batch-archetype/pom.xml +++ b/batch-archetype/pom.xml @@ -13,7 +13,7 @@ org.seedstack distribution - 21.4-SNAPSHOT + 21.4.1-SNAPSHOT batch-archetype diff --git a/cli-archetype/pom.xml b/cli-archetype/pom.xml index 342e093..51863af 100644 --- a/cli-archetype/pom.xml +++ b/cli-archetype/pom.xml @@ -13,7 +13,7 @@ org.seedstack distribution - 21.4-SNAPSHOT + 21.4.1-SNAPSHOT cli-archetype diff --git a/domain-archetype/pom.xml b/domain-archetype/pom.xml index 61947f3..63af9e8 100644 --- a/domain-archetype/pom.xml +++ b/domain-archetype/pom.xml @@ -13,7 +13,7 @@ org.seedstack distribution - 21.4-SNAPSHOT + 21.4.1-SNAPSHOT domain-archetype diff --git a/pom.xml b/pom.xml index 8008a1f..f761131 100644 --- a/pom.xml +++ b/pom.xml @@ -18,13 +18,13 @@ org.seedstack distribution - 21.4-SNAPSHOT + 21.4.1-SNAPSHOT pom 1.1.6 3.1.7 - 3.12.0 + 3.12.1 4.4.0 3.0.1 @@ -56,7 +56,7 @@ 2.0.0 1.2.2 3.2.0 - 2.1.0 + 2.1.1 3.3.1 1.0.1 2.0.0 diff --git a/seedstack-bom/pom.xml b/seedstack-bom/pom.xml index faf2d09..e6cbab6 100644 --- a/seedstack-bom/pom.xml +++ b/seedstack-bom/pom.xml @@ -13,7 +13,7 @@ org.seedstack distribution - 21.4-SNAPSHOT + 21.4.1-SNAPSHOT seedstack-bom diff --git a/web-archetype/pom.xml b/web-archetype/pom.xml index 92066be..c58ef82 100644 --- a/web-archetype/pom.xml +++ b/web-archetype/pom.xml @@ -13,7 +13,7 @@ org.seedstack distribution - 21.4-SNAPSHOT + 21.4.1-SNAPSHOT web-archetype