From 86baf416ddfb47701fc0233907a618988eb9cc54 Mon Sep 17 00:00:00 2001 From: Nelson Vides Date: Mon, 13 Jul 2020 13:20:40 +0200 Subject: [PATCH] Prepare 3.7.1 release --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 2 +- VERSION | 2 +- doc/index.md | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 427efecc6f0..2ad1a729dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [MongooseIM 3.7.1](https://github.com/esl/MongooseIM/releases/tag/3.7.1) - 2020-07-13 + +## Highlights +- Integration of the highly performant NIFs to compute the SCRAM challenge from [esl/fast_scram](https://github.com/esl/fast_scram/) + +## All changes + +### Changed +- Implementation of the SCRAM challenge algorithm to be NIF-based (#2787) +- Fix a bug during session resumption, where stanzas were not routed to the user (#2780) +- Fix AMP logic regarding storage of messages when delivery failed but archiving was successful (#2757) + +### Other +- Update Rebar and its plugins (#2760) +- Update dependencies (#2761) (#2764) (#2765) + +## Commits, merged PRs and closed issues +- [List of merged PRs](https://github.com/esl/MongooseIM/pulls?q=is%3Apr+is%3Amerged+milestone%3A3.7.1) +- [Repository history for this release](https://github.com/esl/MongooseIM/graphs/contributors?from=2020-05-23&to=2020-07-12&type=c) + +[List of merged PRs based on merge date]: # (https://github.com/esl/MongooseIM/pulls?utf8=%E2%9C%93&q=is%3Apr%20base%3Amaster%20merged%3A%222020-05-23..2020-07-12%22%20sort%3Acreated-asc%20) + # [MongooseIM 3.7.0](https://github.com/esl/MongooseIM/releases/tag/3.7.0) - 2020-05-20 ## Highlights diff --git a/README.md b/README.md index 84f772b86a6..0a76f2ad0b8 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Check out our test results: Up-to-date documentation for the MongooseIM master branch can be found on ReadTheDocs: [https://mongooseim.readthedocs.io/en/latest/](https://mongooseim.readthedocs.io/en/latest/). Latest releases: -* [3.7.0](https://mongooseim.readthedocs.io/en/3.7.0/) +* [3.7.1](https://mongooseim.readthedocs.io/en/3.7.1/) * [3.6.2](https://mongooseim.readthedocs.io/en/3.6.2/) * [3.5.0](https://mongooseim.readthedocs.io/en/3.5.0/) * [3.4.0](https://mongooseim.readthedocs.io/en/3.4.0/) diff --git a/VERSION b/VERSION index 7c69a55dbb1..a76ccff2a6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.0 +3.7.1 diff --git a/doc/index.md b/doc/index.md index fe508c063bd..81f954c17f1 100644 --- a/doc/index.md +++ b/doc/index.md @@ -75,7 +75,7 @@ Check out our test results: See the documentation for the latest releases: * [Master](https://mongooseim.readthedocs.org/en/latest/) -* [3.7.0](https://mongooseim.readthedocs.io/en/3.7.0/) +* [3.7.1](https://mongooseim.readthedocs.io/en/3.7.1/) * [3.6.2](https://mongooseim.readthedocs.io/en/3.6.2/) * [3.5.0](https://mongooseim.readthedocs.io/en/3.5.0/) * [3.4.0](https://mongooseim.readthedocs.io/en/3.4.0/)