diff --git a/HISTORY.md b/HISTORY.md index 903ba5b47c54..433b87def473 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,12 @@ +# Assistify 0.9.2 + +This is a bugfix release. + +Major changes: + +- Threading can now be configured to limit the number of users invited +- A username is now being generated from the SAML Identity - this shall fix some other nasty bugs. + # Assistify 0.9.1 This is a bugfix release: @@ -2995,4 +3004,4 @@ Assistify.Chat is now based on Rocket.Chat 0.68.5! - [@marceloschmidt](https://github.com/marceloschmidt) - [@mrsimpson](https://github.com/mrsimpson) - [@rodrigok](https://github.com/rodrigok) -- [@sampaiodiego](https://github.com/sampaiodiego) \ No newline at end of file +- [@sampaiodiego](https://github.com/sampaiodiego) diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index 72693c8bf219..be04271a687e 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.68.5-0.9.1" + "version": "0.68.5-0.9.2" }