Skip to content

Commit b419aff

Browse files
committed
Release v0.21.1
1 parent 567ea8a commit b419aff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.21.1 (2025-08-03)
4+
5+
* Bug fixes
6+
* Fix `ssl: true` with missing ssl_opts handling
7+
38
## v0.21.0 (2025-07-31)
49

510
This release requires Erlang/OTP 25+

mix.exs

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

44
@source_url "https://github.com/elixir-ecto/postgrex"
5-
@version "0.21.0"
5+
@version "0.21.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)