Skip to content

Commit 9752b81

Browse files
committed
Release v2.3.1
1 parent 2824a2e commit 9752b81

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## Next release
3+
## v2.3.1
44

55
* Enhancements
66
* Add `:connection_listeners` to `DBConnection.start_link/2`
7+
* Allow connection `~> 1.0`
78

89
## v2.3.0
910

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule DBConnection.Mixfile do
22
use Mix.Project
33

44
@pools [:connection_pool, :ownership]
5-
@version "2.3.0"
5+
@version "2.3.1"
66

77
def project do
88
[app: :db_connection,

0 commit comments

Comments
 (0)