From cb633bc664057b83ba1e8f7ae7cc1005e6d9c5c1 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sat, 15 Aug 2020 18:04:38 -0400 Subject: [PATCH] chore: release version v1.6.8 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a1d6406..d94c2722f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.6.8](https://github.com/ash-project/ash/compare/v1.6.7...v1.6.8) (2020-08-15) + + + + +### Bug Fixes: + +* some day tag names will work + ## [v1.6.7](https://github.com/ash-project/ash/compare/v1.6.6...v1.6.7) (2020-08-15) diff --git a/README.md b/README.md index acd5fc3c3..9a161ad8e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Ash is in alpha. The package version is 1.0.0+, and most of the time that means ``` def deps do [ - {:ash, "~> 1.6.7"} + {:ash, "~> 1.6.8"} ] end ``` diff --git a/mix.exs b/mix.exs index c524d9848..b1f62c3f2 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "1.6.7" + @version "1.6.8" def project do [