diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ba1307d..d36857a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +**2023-06-07: Version 5.0.4:** + +* Fix bug: ``/users/me`` is also ambiguously matched by canonical path ``/users/{id}``; the solution by @asmith-pd short-circuits if there is an exact match for the URL to a canonical path + **2023-05-17: Version 5.0.3:** * Incorporate bugfix from `#103 `_ by @av1m diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index d5ed281..c4c8ed0 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '5.0.3', + VERSION: '5.0.4', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/changelog.html b/docs/changelog.html index 88074b2..2aef444 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -6,7 +6,7 @@ - Changelog — PagerDuty Python REST API Sessions 5.0.3 documentation + Changelog — PagerDuty Python REST API Sessions 5.0.4 documentation @@ -36,6 +36,10 @@

ChangelogΒΆ

+

2023-06-07: Version 5.0.4:

+

2023-05-17: Version 5.0.3: