diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 348855fa..1fca31a6 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,6 +1,18 @@ Release notes ============= +Version 1.6.1 -- Comparing entities is hard +------------------------------------------- + +This is a bugfix release that makes sure agent entity changes are properly +detected. + +**Bug fixes:** + +* Make subscriptions comparison insensitive to ordering. +* Make sure agent entities handle *entity:{name}* automatic subscriptions. + + Version 1.6.0 -- Our little secret ---------------------------------- diff --git a/galaxy.yml b/galaxy.yml index 8b7bed94..d8a362c0 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: sensu name: sensu_go -version: 1.6.0 +version: 1.6.1 authors: - Paul Arthur (@flowerysong)