From 661e4e74f5a4bdd8ad93877e55d4f14b30dc5df0 Mon Sep 17 00:00:00 2001 From: Canitas Date: Fri, 10 Jul 2026 22:36:32 -0700 Subject: [PATCH] chore(release): prepare 7.1.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- build.gradle.kts | 2 +- docs/releases/release-policy.md | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 950da19..a712015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,14 @@ include migration notes. ## Unreleased +## 7.1.1 - 2026-07-10 + - Updated the Gradle wrapper to 9.6.1, Spotless to 8.8.0, Caffeine to 3.2.4, and JJWT to 0.13.0. - Updated CI and release actions to current action majors and aligned CI with Java 25. +## 7.0.0 - 2026-06-23 + - Certified Vigil for Spring Boot 4.1.x, Spring Framework 7.x, Spring Security 7.1.x, Java 25, Gradle 9.1.x, and Jackson 3. - Updated build tooling to Spring Boot 4.1.0, Java 25 toolchains, Gradle 9.1.0, diff --git a/README.md b/README.md index a74265c..3fb9732 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Vigil provides JWT lifecycle, request authentication, cookie helpers, tenant con Vigil `7.1.x` supports Java 25, Spring Boot 4.1.x, Spring Framework 7.x, Spring Security 7.1.x, Gradle 9.6.x, and Jackson 3. Vigil `6.0.x` was the final Java 21 / Spring Boot 3.5 line. -`7.1.0` is the current release line. Public consumers should pin an exact version and review the release notes before upgrading. +`7.1.1` is the current release line. Public consumers should pin an exact version and review the release notes before upgrading. ## Install diff --git a/build.gradle.kts b/build.gradle.kts index 9794a2b..e245209 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "io.github.sequelcore" -version = "7.1.0" +version = "7.1.1" val hasSigningConfiguration = providers.gradleProperty("signingInMemoryKey").isPresent || providers.gradleProperty("signing.secretKeyRingFile").isPresent diff --git a/docs/releases/release-policy.md b/docs/releases/release-policy.md index 4c05bd3..c4f9a7a 100644 --- a/docs/releases/release-policy.md +++ b/docs/releases/release-policy.md @@ -1,7 +1,7 @@ # Release Policy Vigil is published as a Spring Boot starter for JWT authentication. Version -`7.1.0` is the current release line and Spring Boot 4.1 certification baseline. +`7.1.1` is the current release line and Spring Boot 4.1 certification baseline. Vigil is used by Sequel applications, but public consumers should pin exact versions, read release notes, and review migration notes before upgrades.