Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/release-policy.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading