File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.0.1] ( https://github.com/zookzook/elixir-mongodb-driver/compare/v1.0.0...v1.0.1 ) (2022-12-17)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * replace : code .priv_dir/1 function ([ da0fd6c] ( https://github.com/zookzook/elixir-mongodb-driver/commit/da0fd6cdc777c4d1cb1df0abac98af1f4a37ad11 ) )
14
+
8
15
## [ 1.0.0] ( https://github.com/zookzook/elixir-mongodb-driver/compare/0.9.2...v1.0.0 ) (2022-11-27)
9
16
10
17
### Bug Fixes
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Mongodb.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/zookzook/elixir-mongodb-driver"
5
- @ version "1.0.0 "
5
+ @ version "1.0.1 "
6
6
7
7
def project ( ) do
8
8
[
You can’t perform that action at this time.
0 commit comments