Skip to content

Commit

Permalink
Releasing 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TeWu committed Oct 30, 2015
1 parent 543c2e9 commit 1b6f627
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

v0.2.2 (30 Oct 2015)
========
+ Static methods now require `KRPC::Client` instance as first argument (Fix #4)
+ Improved parameters default value handling
+ Improved collections encoding
+ Fixed few minor bugs

v0.2.0 (26 Sep 2015)
========
+ **Added Streaming support**:
Expand Down
2 changes: 1 addition & 1 deletion lib/krpc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module KRPC
VERSION = "0.2.0"
VERSION = "0.2.2"
end

0 comments on commit 1b6f627

Please sign in to comment.