diff --git a/content/spendly/changelog/0.9.8.md b/content/spendly/changelog/0.9.8.md index ee9c644..f50a68f 100644 --- a/content/spendly/changelog/0.9.8.md +++ b/content/spendly/changelog/0.9.8.md @@ -4,7 +4,7 @@ slug: "0.9.8" weight: 9990 date: "2026-05-09" description: "UI fixes, SMS date fallback, localization removal, and toolchain cleanup." -prev: "/spendly/changelog/" +prev: "/spendly/changelog/0.9.9/" next: "/spendly/changelog/0.9.7/" --- diff --git a/content/spendly/changelog/0.9.9.md b/content/spendly/changelog/0.9.9.md new file mode 100644 index 0000000..2bfc58e --- /dev/null +++ b/content/spendly/changelog/0.9.9.md @@ -0,0 +1,33 @@ +--- +title: "0.9.9" +slug: "0.9.9" +weight: 9989 +date: "2026-05-24" +description: "Android 8.0+ support, Play Integrity API, Gradle 9.5.1, and dependency maintenance." +prev: "/spendly/changelog/" +next: "/spendly/changelog/0.9.8/" +--- + +| Released on | Track | Link | +| --- | --- | --- | +| 2026-05-24 | Stable | [GitHub release](https://github.com/lanthoor/spendly/releases/tag/v0.9.9) | + +## Highlights +- Minimum SDK lowered to Android 8.0 (API 26) for broader device support +- Play Integrity API integrated for enhanced runtime security checks +- Gradle bumped to 9.5.1, KSP to 2.3.8, plus CI/CD dependency refreshes + +### Changed +- feat: support Android 8.0+ (API 26) (#69) +- feat(integrity): add Play Integrity API integration (#75) +- chore(deps): bump gradle-wrapper from 9.3.1 to 9.5.0 (#65) +- chore(deps): bump gradle-wrapper from 9.5.0 to 9.5.1 (#71) +- chore(deps): bump com.google.devtools.ksp from 2.3.7 to 2.3.8 (#73) +- chore(deps): bump SonarSource/sonarqube-scan-action from 7.1.0 to 8.0.0 (#63) +- chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3 (#64) +- chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4 (#68) +- chore(deps): bump github/codeql-action from 4.35.4 to 4.35.5 (#72) +- chore(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0 (#70) + +## Links +- [CHANGELOG source](https://github.com/lanthoor/spendly/blob/main/CHANGELOG.md) diff --git a/content/spendly/changelog/_index.md b/content/spendly/changelog/_index.md index 10ef185..bc6b280 100644 --- a/content/spendly/changelog/_index.md +++ b/content/spendly/changelog/_index.md @@ -3,7 +3,7 @@ title: "Changelog" description: "Track all changes, updates, and improvements to Spendly" weight: 3 prev: "/spendly/features/" -next: "/spendly/changelog/0.9.8/" +next: "/spendly/changelog/0.9.9/" --- Releases are organized by version number with the most recent changes appearing first. @@ -11,6 +11,7 @@ Releases are organized by version number with the most recent changes appearing ## Versions +- [0.9.9](/spendly/changelog/0.9.9/) - [0.9.8](/spendly/changelog/0.9.8/) - [0.9.7](/spendly/changelog/0.9.7/) - [0.9.6](/spendly/changelog/0.9.6/)