From c8128c7a08f6af106e9f485b5ebb34313044893c Mon Sep 17 00:00:00 2001 From: Tim Heckman Date: Sun, 24 Apr 2022 01:18:17 -0700 Subject: [PATCH] Update CHANGELOG for v1.5.1 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6525ad42..e5cb701a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [v1.5.1](https://github.com/PagerDuty/go-pagerduty/tree/v1.5.1) (2022-04-24) - Bug Fixes + +[Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/8) +[Full Changelog](https://github.com/PagerDuty/go-pagerduty/compare/v1.5.0...v1.5.1) + +**Highlights** + +- Fix panic that would occur when debug request capturing is enabled, and request has a nil HTTP body (GET request** +- Fix options for ListNotifications, where URL parameters weren't being set correctly. + +**Closed issues** + +None + +**Merged pull requests** + +- Backport fix for panic when debug request captures are enabled [\#444](https://github.com/PagerDuty/go-pagerduty/pull/444) ([theckman](https://github.com/theckman)) +- Backport: Fix list notifications options [\#445](https://github.com/PagerDuty/go-pagerduty/pull/445) ([jaimegago](https://github.com/jaimegago), backported by [theckman](https://github.com/theckman)) + ## [v1.5.0](https://github.com/PagerDuty/go-pagerduty/tree/v1.5.0) (2022-01-22) - BREAKING CHANGES [Milestone](https://github.com/PagerDuty/go-pagerduty/milestone/2)