Skip to content

Commit cc4fa9d

Browse files
committed
Update version and changelog
1 parent 31fbe10 commit cc4fa9d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
BSON Changelog
22
==============
33

4+
## 3.2.6
5+
6+
### Bug Fixes
7+
8+
* [#44](https://github.com/mongodb/bson-ruby/pull/44) Fixed regexp deserialization in
9+
conjunction with SSL io. (Niels Ganser)
10+
411
## 3.2.5
512

613
### Bug Fixes

lib/bson/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414

1515
module BSON
16-
VERSION = "3.2.5"
16+
VERSION = "3.2.6"
1717
end

0 commit comments

Comments
 (0)