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

All notable user-facing changes to SandVault are documented in this file.

## [1.2.2] - 2026-04-10

_No user-facing changes. This release includes internal CI and release tooling improvements._

### Thanks to 1 contributor!

- [@webcoyote](https://github.com/webcoyote)

## [1.2.1] - 2026-04-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion sv
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fi
###############################################################################
# Resources
###############################################################################
readonly VERSION="1.2.1"
readonly VERSION="1.2.2"

# Re-entrancy detection: if SV_SESSION_ID is already set, we're already in sandvault.
NESTED=false
Expand Down