From 25e64d3caf43f3d2379833aa1d2fe3a645c4bc4a Mon Sep 17 00:00:00 2001 From: BJ Neilsen Date: Fri, 6 Sep 2013 11:00:12 -0600 Subject: [PATCH] Bump version 2.8.4 --- CHANGES.md | 5 +++++ lib/protobuf/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3296349b..60154274 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +2.8.4 +---------- + +- Fix issue where frozen strings assigned in a repeated field would cause encoding runtime errors. (#117) + 2.8.3 ---------- diff --git a/lib/protobuf/version.rb b/lib/protobuf/version.rb index 094ab33c..2133968f 100644 --- a/lib/protobuf/version.rb +++ b/lib/protobuf/version.rb @@ -1,4 +1,4 @@ module Protobuf - VERSION = '2.8.3' + VERSION = '2.8.4' PROTOC_VERSION = '2.5.0' end