File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ 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.4.0] ( https://github.com/zookzook/elixir-mongodb-driver/compare/v1.2.1...v1.4.0 ) (2024-02-10)
9
+
10
+
11
+ ### Features
12
+
13
+ * Compatibility changes to support mongodb_ecto adapter, thanks to https://github.com/brennana
14
+
15
+
16
+ ### Miscellaneous Chores
17
+
18
+ * release 1.2.1 ([ 0ef1482] ( https://github.com/zookzook/elixir-mongodb-driver/commit/0ef14829361bde236cfc054d774a3a51d0abea29 ) )
19
+
8
20
## [ 1.2.1] ( https://github.com/zookzook/elixir-mongodb-driver/compare/v1.2.0...v1.2.1 ) (2023-11-26)
9
21
10
22
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.2.1 "
5
+ @ version "1.4.0 "
6
6
7
7
def project ( ) do
8
8
[
You can’t perform that action at this time.
0 commit comments