Skip to content

Commit 10d634b

Browse files
committed
Bumped to version 0.8.1
1 parent 96c4cc3 commit 10d634b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.8.1 (2021-xx-xx)
8+
## 0.8.1 (2021-01-22)
99
* Enhancements
1010
* Fix for serializing BSON Regex without options (thanks to MillionIntegrals)
1111
* Misc doc changes (thanks to kianmeng)

README.md

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

219219
```elixir
220220
defp deps do
221-
[{:mongodb_driver, "~> 0.7.5"}]
221+
[{:mongodb_driver, "~> 0.8.1"}]
222222
end
223223
```
224224

mix.exs

Lines changed: 2 additions & 2 deletions
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.8.0"
5+
@version "0.8.1"
66

77
def project() do
88
[
@@ -38,7 +38,7 @@ defmodule Mongodb.Mixfile do
3838
{:db_connection, "~> 2.4"},
3939
{:decimal, "~> 2.0"},
4040
{:jason, "~> 1.3", only: :test},
41-
{:ex_doc, ">= 0.0.0", only: :docs, runtime: false},
41+
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
4242
]
4343
end
4444

0 commit comments

Comments
 (0)