Skip to content

Commit

Permalink
Bump version 2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
localshred committed Oct 7, 2013
1 parent 7346fd8 commit 3b2187a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.8.7
---------

- Fire ActiveSupport load hooks when RPC Server and Client classes are loaded. [#126, @liveh2o]
- Prevent infinite loop when doing service lookup from directory. [#125, @brianstien]

2.8.6
---------

Expand Down
2 changes: 1 addition & 1 deletion lib/protobuf/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Protobuf
VERSION = '2.8.6'
VERSION = '2.8.7'
PROTOC_VERSION = '2.5.0'
end

0 comments on commit 3b2187a

Please sign in to comment.