Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 145381e

Browse files
committed
chore: release version v0.11.2
1 parent 4e64a01 commit 145381e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

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+
826
## [v0.11.0](https://github.com/ash-project/ash_postgres/compare/0.10.0...v0.11.0) (2020-07-23)
927

1028

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
66
support, and delegates to a configured repo.
77
"""
88

9-
@version "0.11.0"
9+
@version "0.11.2"
1010

1111
def project do
1212
[

0 commit comments

Comments
 (0)