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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ include migration notes.

## Unreleased

## 7.2.1 - 2026-07-12

- Consolidated public integration, compatibility, release, and async-security documentation;
removed the speculative roadmap and pinned upstream evidence to certified versions.
- Corrected HS256 guidance to distinguish the 32-character validation boundary from required key
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ ownership of users and business authorization; the complete boundary is document

## Compatibility

Vigil `7.2.0` is certified with Java 25 and Spring Boot 4.1.0. See the
Vigil `7.2.1` is certified with Java 25 and Spring Boot 4.1.0. See the
[compatibility reference](docs/reference/compatibility.md) for the complete tested combination.

`7.2.0` is the current release line. Public consumers should pin an exact version and review the release notes before upgrading.
`7.2.1` is the current release line. Public consumers should pin an exact version and review the release notes before upgrading.

## Install

```kotlin
dependencies {
implementation("io.github.sequelcore:vigil-spring-boot-starter:7.2.0")
implementation("io.github.sequelcore:vigil-spring-boot-starter:7.2.1")
}
```

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.2.0"
version = "7.2.1"

val hasSigningConfiguration = providers.gradleProperty("signingInMemoryKey").isPresent
|| providers.gradleProperty("signing.secretKeyRingFile").isPresent
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ supported until that combination passes the complete repository gate.

| Component | Certified version |
| --- | --- |
| Vigil | 7.2.0 |
| Vigil | 7.2.1 |
| Java | 25 |
| Spring Boot BOM | 4.1.0 |
| Spring Framework MVC | 7.0.8 |
Expand Down
Loading