File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## 0.9.2 (2022-09-xx )
8
+ ## 0.9.2 (2022-09-24 )
9
9
* Bugfix
10
10
* fix a crash in the streaming hello monitor, if the server sends more than one response at once
11
11
* add support for the new hello handshake
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Add `mongodb_driver` to your mix.exs `deps`.
37
37
38
38
``` elixir
39
39
defp deps do
40
- [{:mongodb_driver , " ~> 0.9.1 " }]
40
+ [{:mongodb_driver , " ~> 0.9.2 " }]
41
41
end
42
42
```
43
43
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Mongodb.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/zookzook/elixir-mongodb-driver"
5
- @ version "0.9.1 "
5
+ @ version "0.9.2 "
6
6
7
7
def project ( ) do
8
8
[
You can’t perform that action at this time.
0 commit comments