diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e2499..4950998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # 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 streetview +* #### v0.6.4 * [#92](https://github.com/Tracman-org/Server/issues/92) Fixed blank map issue diff --git a/README.md b/README.md index 6d67e88..348b4e0 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ Tracman will be updated according to [this branching model](http://nvie.com/post [view full changelog](CHANGELOG.md) +#### v0.6.5 + +* [#96](https://github.com/Tracman-org/Server/issues/96) Fixed google streetview + #### v0.6.4 * [#92](https://github.com/Tracman-org/Server/issues/92) Fixed blank map issue diff --git a/package.json b/package.json index 98b8810..5dc8144 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tracman", - "version": "0.6.4", + "version": "0.6.5", "description": "Tracks user's GPS location", "main": "server.js", "dependencies": {