From 4aa76a522b85138860c7ec1f2e1a3d8b8fc833a3 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 1 Dec 2020 01:58:56 -0500 Subject: [PATCH] chore: release version v0.26.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a712771..3ca08cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.26.1](https://github.com/ash-project/ash_postgres/compare/v0.26.0...v0.26.1) (2020-12-01) + + + + +### Bug Fixes: + +* set default properly when modifying + ## [v0.26.0](https://github.com/ash-project/ash_postgres/compare/v0.25.5...v0.26.0) (2020-11-25) diff --git a/mix.exs b/mix.exs index 4f2dbd4..bb9d27a 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.26.0" + @version "0.26.1" def project do [