diff --git a/docs/CHANGES.md b/docs/CHANGES.md index caa3288a4..058e272c2 100755 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -1,6 +1,8 @@ # Changelog ## 2.0.5 +- #743, #751, #753 Update to Strophe 1.2.12. SASL-EXTERNAL now has reduced priority, so it won't + be prioritized above other auth mechanisms. [jcbrand] - #755: create composer.json to add this project in packagist.org [fabiomontefuscolo] - Bugfix. Cancel button shown while registration form is being fetched wasn't working properly. [jcbrand] diff --git a/package.json b/package.json index f71aa597a..f69979a6d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "po2json": "^0.4.4", "requirejs": "2.3.2", "requirejs-undertemplate": "~0.0.4", - "strophe.js": "1.2.11", + "strophe.js": "1.2.12", "snyk": "^1.21.2", "strophejs-plugins": "0.0.7", "text": "requirejs/text#2.0.15",