diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0429379e..923b219c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
+
+## [2.3.5] - 2020-08-19
+## Changed
+- Update description for camera usage. [#25](https://github.com/rokwire/safer-illinois-app/issues/25)
+
+## [2.3.4] - 2020-08-19
### Added
- Latest content from the private repository.
- GitHub Issue templates.
@@ -12,3 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update README and repository description.
- Clean up CHANGELOG.
+
+[Unreleased]: https://github.com/rokwire/safer-illinois-app/compare/v2.3.5+205...HEAD
+[2.3.5]: https://github.com/rokwire/safer-illinois-app/compare/v2.3.4+204...v2.3.5+205
+[2.3.4]: https://github.com/rokwire/safer-illinois-app/releases/tag/v2.3.4+204
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 36de638a..64f81e64 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -55,7 +55,7 @@
NSCalendarsUsageDescription
Your calendar will be used to let you set reminders for important events.
NSCameraUsageDescription
- Allow Illinois to access Camera.
+ Permission to access the camera is needed for QR Code scanning.
NSContactsUsageDescription
Allow Illinois to access Contacts.
NSLocationAlwaysAndWhenInUseUsageDescription
diff --git a/pubspec.yaml b/pubspec.yaml
index c6a54eb4..07f68c3a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -11,7 +11,7 @@ description: Illinois client application.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
-version: 2.3.4+204
+version: 2.3.5+205
environment:
sdk: ">=2.2.0 <3.0.0"