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: 1 addition & 1 deletion content/spendly/changelog/0.9.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
---

Expand Down
33 changes: 33 additions & 0 deletions content/spendly/changelog/0.9.9.md
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 2 additions & 1 deletion content/spendly/changelog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ 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.


## 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/)
Expand Down
Loading