We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fbe10 commit cc4fa9dCopy full SHA for cc4fa9d
CHANGELOG.md
@@ -1,6 +1,13 @@
1
BSON Changelog
2
==============
3
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
11
## 3.2.5
12
13
### Bug Fixes
lib/bson/version.rb
@@ -13,5 +13,5 @@
# limitations under the License.
14
15
module BSON
16
- VERSION = "3.2.5"
+ VERSION = "3.2.6"
17
end
0 commit comments