We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567ea8a commit b419affCopy full SHA for b419aff
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.21.1 (2025-08-03)
4
+
5
+* Bug fixes
6
+ * Fix `ssl: true` with missing ssl_opts handling
7
8
## v0.21.0 (2025-07-31)
9
10
This release requires Erlang/OTP 25+
mix.exs
@@ -2,7 +2,7 @@ defmodule Postgrex.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-ecto/postgrex"
- @version "0.21.0"
+ @version "0.21.1"
def project do
[
0 commit comments