diff --git a/CHANGELOG.md b/CHANGELOG.md index 796b3afa..80d7676e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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 +## v1.2.29 (2023-05-25) ### Changed @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix SQLite permission issue by @vadimkerr ([#1984](https://github.com/grafana/oncall/pull/1984)) +- Remove user defined time period from "you're going oncall" mobile push ([2001](https://github.com/grafana/oncall/pull/2001)) ## v1.2.26 (2023-05-18) diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index 579b1784..e9ba6dcf 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.2.24 -appVersion: v1.2.24 +version: 1.2.28 +appVersion: v1.2.28 dependencies: - name: cert-manager version: v1.8.0