From 2edd88cbe3dcddc92cb55d49c43809c4b6181704 Mon Sep 17 00:00:00 2001 From: Michael Derynck Date: Tue, 22 Nov 2022 11:27:41 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf018a1..5314e6e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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.1.3 (2022-11-22) + +- Bug Fixes ### Changed @@ -17,11 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `oncall_engine`/`oncall_celery` -> `grafana` Docker container communication - public URL generation. There are some instances where `Organization.grafana_url` is referenced to generate public URLs to a Grafana plugin page. Without the `/etc/hosts` record, navigating to `http://grafana:3000/some_page` in your browser, you would obviously get an error from your browser. -## v1.1.2 (2022-16-09) +## v1.1.2 (2022-11-18) - Bug Fixes -## v1.1.1 (2022-16-09) +## v1.1.1 (2022-11-16) - Compatibility with Grafana 9.3.0 - Bug Fixes