Skip to content

Commit be88b45

Browse files
authored
Merge pull request #5 from MarkADom/chore/bump-version-1.1.1
chore/bump-version-1.1.1
2 parents ffc6a72 + da49e94 commit be88b45

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [1.1.1] - 2026-05-27
9+
10+
### Fixed
11+
- Rename display name NoiseGuard → DecibelGuard in permission dialogs (MonitorScreen.kt)
12+
- Privacy policy URL updated to DecibelGuard repository
13+
- Version bump: versionCode 3 → 4
14+
815
## [1.1.0] - 2026-05-25
916

1017
### Added

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
minSdk = 24
1616
targetSdk = 36
1717
versionCode = 3
18-
versionName = "1.1.0"
18+
versionName = "1.1.1"
1919
testInstrumentationRunner = "com.marcodomingues.noiseguard.HiltTestRunner"
2020
}
2121

0 commit comments

Comments
 (0)