This commit is contained in:
Alan Hamlett 2016-03-06 14:17:14 -08:00
parent e4c2c4ab18
commit 115b021982
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,14 @@ History
-------
4.0.8 (2016-03-06)
++++++++++++++++++
- upgrade wakatime-cli to v4.1.13
- encode TimeZone as utf-8 before adding to headers
- encode X-Machine-Name as utf-8 before adding to headers
4.0.7 (2016-01-11)
++++++++++++++++++

View File

@ -6,7 +6,7 @@
" Website: https://wakatime.com/
" ============================================================================
let s:VERSION = '4.0.7'
let s:VERSION = '4.0.8'
" Init {{{