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 ad5716f commit 087e8e9Copy full SHA for 087e8e9
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.15.11-dev
+## v0.15.11 (2021-09-26)
4
5
* Enhancements
6
* Support `xid8` type introduced in PostgreSQL 13
mix.exs
@@ -2,7 +2,7 @@ defmodule Postgrex.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-ecto/postgrex"
- @version "0.15.10"
+ @version "0.15.11"
7
def project do
8
[
0 commit comments