File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v0.11.2] ( https://github.com/ash-project/ash_postgres/compare/0.11.1...v0.11.2 ) (2020-07-23)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * typespecs, errant IO.inspect
16
+
17
+ ## [ v0.11.1] ( https://github.com/ash-project/ash_postgres/compare/0.11.0...v0.11.1 ) (2020-07-23)
18
+
19
+
20
+
21
+
22
+ ### Bug Fixes:
23
+
24
+ * typespecs, errant IO.inspect
25
+
8
26
## [ v0.11.0] ( https://github.com/ash-project/ash_postgres/compare/0.10.0...v0.11.0 ) (2020-07-23)
9
27
10
28
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
6
6
support, and delegates to a configured repo.
7
7
"""
8
8
9
- @ version "0.11.0 "
9
+ @ version "0.11.2 "
10
10
11
11
def project do
12
12
[
You can’t perform that action at this time.
0 commit comments