Merged release-0.6.5 into develop

master
Keith Irwin 2017-05-22 23:39:19 -04:00
commit 75e9dcd72a
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
3 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Tracman Server Changelog # Tracman Server Changelog
###### v 0.6.4 ###### v 0.6.5
#### v0.6.5
* [#96](https://github.com/Tracman-org/Server/issues/96) Fixed Google street view
* Various minor fixes
#### v0.6.4 #### v0.6.4
@ -65,4 +70,3 @@
* Unified map and dashboard UI * Unified map and dashboard UI
* Security updates * Security updates
* New admin UI * New admin UI
*

View File

@ -52,6 +52,11 @@ Tracman will be updated according to [this branching model](http://nvie.com/post
[view full changelog](CHANGELOG.md) [view full changelog](CHANGELOG.md)
#### v0.6.5
* [#96](https://github.com/Tracman-org/Server/issues/96) Fixed Google street view
* Various minor fixes
#### v0.6.4 #### v0.6.4
* [#92](https://github.com/Tracman-org/Server/issues/92) Fixed blank map issue * [#92](https://github.com/Tracman-org/Server/issues/92) Fixed blank map issue

View File

@ -1,6 +1,6 @@
{ {
"name": "tracman", "name": "tracman",
"version": "0.6.4", "version": "0.6.5",
"description": "Tracks user's GPS location", "description": "Tracks user's GPS location",
"main": "server.js", "main": "server.js",
"dependencies": { "dependencies": {