From 5efc682798551979c45d4a7326ace2a673c70a3e Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 19 Aug 2020 01:19:25 -0400 Subject: [PATCH] chore: release version v0.16.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c5ad6..63165c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.16.1](https://github.com/ash-project/ash_postgres/compare/v0.16.0...v0.16.1) (2020-08-19) + + + + +### Bug Fixes: + +* fix compile/dialyzer issues + ## [v0.16.0](https://github.com/ash-project/ash_postgres/compare/v0.15.0...v0.16.0) (2020-08-19) diff --git a/mix.exs b/mix.exs index 6b6afda..8f3caef 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.16.0" + @version "0.16.1" def project do [