From 85d11a2e0ee13d75f83b016cbd8da82dc7cbb116 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 2 Jun 2020 23:44:49 -0400 Subject: [PATCH] chore: release version v0.1.3 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bde841e..b7bed36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,4 +5,8 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.3](https://github.com/ash-project/ash_postgres/compare/0.1.2...v0.1.3) (2020-06-03) + +This release was a test of our automatic hex.pm package deployment + ## Begin Changelog diff --git a/mix.exs b/mix.exs index 01a9bdb..70a9c62 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.1.2" + @version "0.1.3" def project do [