diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 46173867..0498514b 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,6 +1,18 @@ Release notes ============= +Version 1.1.1 -- Python 2 is Still a Thing +------------------------------------------ + +This is a bugfix release that makes sure the Sensu collection is working when +Ansible control node uses Python 2. + +**Bug fixes:** + +* Accept *str* and *unicode* instance as a valid string in *bonsai_asset* + action plugin. + + Version 1.1 -- Hello Sensu Go 5.16 ---------------------------------- diff --git a/galaxy.yml b/galaxy.yml index 4076256d..86345c7d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: sensu name: sensu_go -version: 1.1.0 +version: 1.1.1 authors: - Paul Arthur (@flowerysong)