diff --git a/HISTORY.rst b/HISTORY.rst index 41023ff..facabd0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ------- +2.0.14 (2014-12-04) ++++++++++++++++++++ + +- upgrade external wakatime package to v2.1.8 +- fix UnicodeDecodeError when building user agent string +- handle case where response is None + + 2.0.13 (2014-11-30) +++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 4cfcc49..b250008 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.13' +let s:VERSION = '2.0.14' " Init {{{