File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ android {
149149 applicationId " com.zulipmobile"
150150 minSdkVersion rootProject. ext. minSdkVersion
151151 targetSdkVersion rootProject. ext. targetSdkVersion
152- versionCode 174
153- versionName " 27.174 "
152+ versionCode 175
153+ versionName " 27.175 "
154154 }
155155 compileOptions {
156156 sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -37,8 +37,18 @@ It doesn't include
3737## Unreleased
3838
3939
40+ ## 27.175 (2021-10-28)
41+
42+ This is substantially the same as the previous release, v27.174, but with a
43+ fix for a Sentry misconfiguration.
44+
45+
4046## 27.174 (2021-10-26)
4147
48+ This was a beta-only release. (Note to maintainers: Events from this release
49+ won't show up in Sentry because of a misconfiguration.)
50+
51+
4252### Highlights for users, vs v27.171 (last prod release)
4353
4454* The settings menu has moved from the bottom nav bar to the Profile tab.
Original file line number Diff line number Diff line change 1919 <key >CFBundlePackageType </key >
2020 <string >APPL </string >
2121 <key >CFBundleShortVersionString </key >
22- <string >27.174 </string >
22+ <string >27.175 </string >
2323 <key >CFBundleSignature </key >
2424 <string >???? </string >
2525 <key >CFBundleURLTypes </key >
You can’t perform that action at this time.
0 commit comments