Skip to content

Commit f99979e

Browse files
committed
chore: release version v0.21.0
1 parent 51cb9c1 commit f99979e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v0.21.0](https://github.com/ash-project/ash_postgres/compare/v0.20.1...v0.21.0) (2020-09-19)
9+
10+
11+
12+
13+
### Features:
14+
15+
* support base_filter (#18)
16+
817
## [v0.20.1](https://github.com/ash-project/ash_postgres/compare/v0.20.0...v0.20.1) (2020-09-11)
918

1019

mix.exs

+1-1
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.20.1"
9+
@version "0.21.0"
1010

1111
def project do
1212
[

0 commit comments

Comments
 (0)