mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	version: Update version and changelog for Zulip 2.0.8 release.
This commit is contained in:
		@@ -222,6 +222,10 @@ downtime, and then upgrade to the new release.
 | 
				
			|||||||
- Enabled webpack code splitting and deduplication.
 | 
					- Enabled webpack code splitting and deduplication.
 | 
				
			||||||
- Started migrating our frontend codebase to TypeScript.
 | 
					- Started migrating our frontend codebase to TypeScript.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### 2.0.8 -- 2019-12-12
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- CVE-2019-19775: Close open redirect in thumbnail view.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 2.0.7 -- 2019-11-21
 | 
					### 2.0.7 -- 2019-11-21
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- CVE-2019-18933: Fix insecure account creation via social authentication.
 | 
					- CVE-2019-18933: Fix insecure account creation via social authentication.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ if os.path.exists(zulip_git_version_file):
 | 
				
			|||||||
            ZULIP_VERSION = version
 | 
					            ZULIP_VERSION = version
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LATEST_MAJOR_VERSION = "2.0"
 | 
					LATEST_MAJOR_VERSION = "2.0"
 | 
				
			||||||
LATEST_RELEASE_VERSION = "2.0.7"
 | 
					LATEST_RELEASE_VERSION = "2.0.8"
 | 
				
			||||||
LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-released/"
 | 
					LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-released/"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Bump the minor PROVISION_VERSION to indicate that folks should provision
 | 
					# Bump the minor PROVISION_VERSION to indicate that folks should provision
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user