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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.4.1] ( https://github.com/zookzook/elixir-mongodb-driver/compare/v1.4.0...v1.4.1 ) (2024-05-02)
9+
10+
11+ ### Bug Fixes
12+
13+ * improved the reconnection workflow ([ 08d7fbc] ( https://github.com/zookzook/elixir-mongodb-driver/commit/08d7fbc05bff833de177ae168ca3bb7fa4425572 ) )
14+
815## [ 1.4.0] ( https://github.com/zookzook/elixir-mongodb-driver/compare/v1.2.1...v1.4.0 ) (2024-02-10)
916
1017
Original file line number Diff line number Diff 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 "1.4.0 "
5+ @ version "1.4.1 "
66
77 def project ( ) do
88 [
You can’t perform that action at this time.
0 commit comments