diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 57d29c6f..16d4d855 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,5 +1,18 @@ --- releases: + 1.7.2: + release_date: "2021-01-21" + changes: + release_summary: | + Be kind + + The main thing in this release is a small adjustment of our code of + conduct that is a bit more generic and less event-focused. + minor_changes: + - Specify minimal python version for modules. + - Update code of conduct. + - List version 6.2.1 and 6.2.2 in Windows lookup table. + 1.7.1: release_date: "2020-12-30" changes: diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 861ac79e..c224de29 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,6 +1,19 @@ Release notes ============= +Version 1.7.2 -- Be kind +------------------------ + +The main thing in this release is a small adjustment of our code of conduct +that is a bit more generic and less event-focused. + +**Bug fixes:** + +* List version 6.2.1 and 6.2.2 in Windows lookup table. +* Specify minimal python version for modules. +* Update code of conduct. + + Version 1.7.1 -- Slow and steady -------------------------------- diff --git a/galaxy.yml b/galaxy.yml index b4bb6417..488174c9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: sensu name: sensu_go -version: 1.7.1 +version: 1.7.2 authors: - Paul Arthur (@flowerysong)