diff --git a/CHANGELOG.md b/CHANGELOG.md index db64171d..818ca68b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,8 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Prohibit creating & updating past overrides ([1474](https://github.com/grafana/oncall/pull/1474)) -- Add unique index on `user_id` column in `mobile_app_mobileappauthtoken` table to avoid allowing a user - to have more than one mobile app auth token at a time ([1482](https://github.com/grafana/oncall/pull/1482)) ## v1.1.33 (2023-03-07) diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index 3db1849e..296c2461 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: oncall description: Developer-friendly incident response with brilliant Slack integration type: application -version: 1.1.33 -appVersion: v1.1.33 +version: 1.1.34 +appVersion: v1.1.34 dependencies: - name: cert-manager version: v1.8.0