From 28273e2e0bb9ef0cf9a4bb48aed17336446257f6 Mon Sep 17 00:00:00 2001 From: Michael Maier Date: Sun, 7 Nov 2021 15:33:33 +0100 Subject: [PATCH] bumped to version 0.8.0 --- CHANGELOG.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31cb30b1..581534fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.5 +## 0.8.0 (0.7.5 was not published) * Enhancements * replica set connection: faster topology update if the primary is down (thanks to p-mongo) * added custom `Mongo.Encoder` protocol (thanks to esse) diff --git a/mix.exs b/mix.exs index 53e9f201..1a69613d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mongodb.Mixfile do use Mix.Project - @version "0.7.5" + @version "0.8.0" def project() do [app: :mongodb_driver,