diff --git a/CHANGELOG.md b/CHANGELOG.md index e9a918a..240ed49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.2.4-preview] - 2018-04-30 +## [1.2.6] - 2018-06-15 +Fixed an issue where Collab's History window wouldn't load properly. + +## [1.2.5] - 2018-05-21 This is the first release of *Unity Package CollabProxy*. ### Added diff --git a/Editor/bin/Unity.CollabProxy.Editor.dll b/Editor/bin/Unity.CollabProxy.Editor.dll index 6c86818..899c98a 100644 Binary files a/Editor/bin/Unity.CollabProxy.Editor.dll and b/Editor/bin/Unity.CollabProxy.Editor.dll differ diff --git a/package.json b/package.json index 79c617d..4fa9168 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.collab-proxy", "displayName":"Unity Collaborate", - "version": "1.2.4-preview", + "version": "1.2.6", "unity": "2018.3", "description": "Collaborate is a simple way for teams to save, share, and sync their Unity project", "keywords": ["collab", "collaborate", "teams", "team", "cloud", "backup"],