diff --git a/CHANGES.md b/CHANGES.md index b9057fa6..5213f1e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +2.8.8 +--------- + +- ServiceDirectory beacons broadcast on same ip as listening clients. [#133, @devin-c] + 2.8.7 --------- diff --git a/lib/protobuf/version.rb b/lib/protobuf/version.rb index 44ef15f0..22fd7f05 100644 --- a/lib/protobuf/version.rb +++ b/lib/protobuf/version.rb @@ -1,4 +1,4 @@ module Protobuf - VERSION = '2.8.7' + VERSION = '2.8.8' PROTOC_VERSION = '2.5.0' end