Update CHANGELOG.md

This commit is contained in:
Michael Derynck 2023-04-13 14:18:01 -06:00 committed by GitHub
parent 457f2370d4
commit 79d39b7ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,19 @@ 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.10 (2023-04-13)
### Fixed
- Fixed a bug in GForm's RemoteSelect where the value for Dropdown could not change
- Fixed the URL attached to an Incident created via the 'Declare Incident' button of a Slack alert by @sd2k ([#1738](https://github.com/grafana/oncall/pull/1738))
## v1.2.9 (2023-04-11)
### Fixed
- Catch the new Slack error - "message_limit_exceeded"
## v1.2.8 (2023-04-06)
### Changed