diff --git a/HISTORY.rst b/HISTORY.rst index 99657a1..05c5540 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ------- +3.0.7 (2015-02-12) +++++++++++++++++++ + +- upgrade external wakatime-cli to v4.0.0 +- use requests library instead of urllib2, so api SSL cert is verified +- new proxy config file item for https proxy support + + 3.0.6 (2015-01-19) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 6877861..5e975f5 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '3.0.6' +let s:VERSION = '3.0.7' " Init {{{