Skip to content

Commit ac66ded

Browse files
committed
Add CHANGELOG entry for version updates
1 parent 4620f4e commit ac66ded

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Vault Rails Changelog
22

3+
## Unreleased
4+
5+
BREAKING CHANGES
6+
7+
- Set minimum Ruby version to 3.2 (Ruby 3.1 reaches EOL March 31, 2025)
8+
- Set minimum Rails version to 7.0 (Rails 6.1 and earlier are EOL)
9+
10+
IMPROVEMENTS
11+
12+
- Restored Rails version matrix testing in CI (was accidentally dropped during CircleCI to GitHub Actions migration)
13+
- Updated CI to test currently supported Rails versions: 7.2, 8.0, 8.1
14+
- Updated CI to test Ruby versions: 3.2, 3.3, 3.4, 4.0
15+
- Updated CI to test currently supported Vault versions: 1.16.13 (LTS), 1.19.13 (LTS), 1.20.7, 1.21.2
16+
- Changed default Rails version in Gemfile from 6.0.0 to 7.2.0
17+
318
## v0.11.0 (December 3, 2025)
419

520
BREAKING CHANGES

0 commit comments

Comments
 (0)