diff --git a/CHANGELOG.md b/CHANGELOG.md index b79e633..8f93c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased +## 2.3.0 – 2022-05-06 + +### Changed + - Add new `--contact-routing` mode for sending multiple Pagerduty updates, one per configured contact - Updated the README with more details on `--contact-routing` diff --git a/README.md b/README.md index 0bc51ac..c16b99c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ - [Templates](#templates) - [Argument annotations](#argument-annotations) - [Pager teams](#pager-teams) + - [Contact routing](#contact-routing) - [Proxy support](#proxy-support) - [Installation from source](#installation-from-source) - [Contributing](#contributing)