2 parents ffc6a72 + da49e94 commit be88b45Copy full SHA for be88b45
2 files changed
CHANGELOG.md
@@ -5,6 +5,13 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
6
## [Unreleased]
7
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
15
## [1.1.0] - 2026-05-25
16
17
### Added
app/build.gradle.kts
@@ -15,7 +15,7 @@ android {
minSdk = 24
targetSdk = 36
versionCode = 3
18
- versionName = "1.1.0"
+ versionName = "1.1.1"
19
testInstrumentationRunner = "com.marcodomingues.noiseguard.HiltTestRunner"
20
}
21
0 commit comments