Skip to content

Commit d194b04

Browse files
committed
Bump to version 0.8.4
1 parent 060c79b commit d194b04

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44

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).
7-
7+
## 0.8.4 (2022-03-09)
8+
* Bugfix
9+
* add missing excludes from dump function (collections)
10+
811
## 0.8.3 (2022-02-17)
912
* Bugfix
1013
* fix no function clause matching (thanks for bodbdigr)

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.8.3"
5+
@version "0.8.4"
66

77
def project() do
88
[

0 commit comments

Comments
 (0)