Skip to content

Commit

Permalink
Release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 15, 2023
1 parent 72be402 commit f8165b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v2.6.0 (2023-10-15)

* Enhancements
* Call `disconnect` on terminate
* Allow `handle_begin` callbacks to return query for logging purposes
* Add `:connection_listeners_tag`
* Add `DBConnection.available_connection_options/0`
* Add `DBConnection.available_start_options/0`

## v2.5.0 (2023-04-10)

* Internal changes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule DBConnection.Mixfile do

@source_url "https://github.com/elixir-ecto/db_connection"
@pools [:connection_pool, :ownership]
@version "2.5.0"
@version "2.6.0"

def project do
[
Expand Down

0 comments on commit f8165b9

Please sign in to comment.