Skip to content

Commit 03c841b

Browse files
committed
Bump version to 3.10.4 and add notes to CHANGES
1 parent 2bb4491 commit 03c841b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
3.10.0
55
------
66
- Add headers to request proto
7+
- Add support for compiling v3 protos with optional fields as v2 optional fields
78

89
3.9.0
910
-----

lib/protobuf/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Protobuf
2-
VERSION = '3.10.3' # rubocop:disable Style/MutableConstant
2+
VERSION = '3.10.4' # rubocop:disable Style/MutableConstant
33
end

0 commit comments

Comments
 (0)