Skip to content

Commit b072422

Browse files
committed
bumped version to 0.9.2
1 parent 919b4c9 commit b072422

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.9.2 (2022-09-xx)
8+
## 0.9.2 (2022-09-24)
99
* Bugfix
1010
* fix a crash in the streaming hello monitor, if the server sends more than one response at once
1111
* add support for the new hello handshake

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add `mongodb_driver` to your mix.exs `deps`.
3737

3838
```elixir
3939
defp deps do
40-
[{:mongodb_driver, "~> 0.9.1"}]
40+
[{:mongodb_driver, "~> 0.9.2"}]
4141
end
4242
```
4343

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Mongodb.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/zookzook/elixir-mongodb-driver"
5-
@version "0.9.1"
5+
@version "0.9.2"
66

77
def project() do
88
[

0 commit comments

Comments
 (0)