Skip to content

Commit

Permalink
bumped to version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Nov 7, 2021
1 parent 4706dac commit 28273e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 28273e2

Please sign in to comment.