diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c085fa..4cb42c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v0.3.1 (18 Jun 2016) +======== ++ Fixed receiving of chunked responses ++ Updated protocol buffers schema + v0.3.0 (15 Feb 2016) ======== + **Updated to work with kRPC server version 0.2.x** (#6): diff --git a/lib/krpc/version.rb b/lib/krpc/version.rb index b3f09c5..3f3868f 100644 --- a/lib/krpc/version.rb +++ b/lib/krpc/version.rb @@ -1,3 +1,3 @@ module KRPC - VERSION = "0.3.0" + VERSION = "0.3.1" end