diff --git a/docs/conf.py b/docs/conf.py index 058f4df4f3..c9a7d02b6d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ author = 'The Zulip Team' # The short X.Y version. version = '1.9+git' # The full version, including alpha/beta/rc tags. -release = '1.9.1+git' +release = '1.9.2+git' # This allows us to insert a warning that appears only on an unreleased # version, e.g. to say that something is likely to have changed. diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index d0efdfa9ac..a19e2e5d38 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -48,6 +48,21 @@ from LDAP/active directory. - Fixed display of full recipients list in "private messages" hover. - Fixed bugs involving muting and renamed streams. +### 1.9.2 -- 2019-01-29 + +This release migrates Zulip off a deprecated Google+ API (necessary +for Google Authentication to continue working past March 7), and +contains a few bug fixes for the installer and Slack import. It has +minimal changes for existing servers not using Google authentication. + +- Updated the Google Auth integration to stop using a deprecated and + soon-to-be-removed Google+ authentication API. +- Improved installer error messages for common configuration problems. +- Fixed several bugs in Slack, Gitter, and HipChat import tools. +- Fixed a subtle bug in garbage-collection of the node_modules cache. +- Optimized performance of Slack import for organizations with + thousands of users. + ### 1.9.1 -- 2018-11-30 This release is primarily intended to improve the experience for new diff --git a/version.py b/version.py index 13687afdc1..6987335241 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ -ZULIP_VERSION = "1.9.1+git" +ZULIP_VERSION = "1.9.2+git" LATEST_MAJOR_VERSION = "1.9" -LATEST_RELEASE_VERSION = "1.9.1" +LATEST_RELEASE_VERSION = "1.9.2" LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2018/11/07/zulip-1-9-released/" # Bump the minor PROVISION_VERSION to indicate that folks should provision