From a4800255d67ca8cb8ebfcd956e887590339805d7 Mon Sep 17 00:00:00 2001 From: Marc Scheib Date: Wed, 7 Feb 2024 20:03:34 +0000 Subject: [PATCH] chore: cut the 1.1.0 release [skip ci] --- CHANGELOG.md | 8 ++++++++ deployment/pom.xml | 2 +- pom.xml | 2 +- runtime/pom.xml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e5e31..d8d2e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.1.0](https://github.com/CycriLabs/quarkus-velocity/compare/1.0.0...1.1.0) (2024-02-07) + + +### Features + +* bump quarkus to 3.6.4 ([d355aa2](https://github.com/CycriLabs/quarkus-velocity/commit/d355aa2519dfa6467ec3ded1a21c47c3c9b5e5d0)) +* bump quarkus to 3.7.1 ([6f09af5](https://github.com/CycriLabs/quarkus-velocity/commit/6f09af58bb54838aa376503ff3751bb58f6c62d5)) + # 1.0.0 (2023-12-19) diff --git a/deployment/pom.xml b/deployment/pom.xml index 6d5e50d..a1e1add 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -6,7 +6,7 @@ com.cycrilabs quarkus-velocity-parent - 1.0.1-SNAPSHOT + 1.1.0 quarkus-velocity-deployment diff --git a/pom.xml b/pom.xml index 962e974..8179364 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.cycrilabs quarkus-velocity-parent - 1.0.1-SNAPSHOT + 1.1.0 pom Quarkus Velocity Extension - Parent diff --git a/runtime/pom.xml b/runtime/pom.xml index b22d44d..57eba69 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -6,7 +6,7 @@ com.cycrilabs quarkus-velocity-parent - 1.0.1-SNAPSHOT + 1.1.0 quarkus-velocity