chore: release version v1.6.4

This commit is contained in:
Zach Daniel 2020-08-15 17:31:37 -04:00
parent 9fa3fa674d
commit 2543d9ca29
No known key found for this signature in database
GPG key ID: C377365383138D4B
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.6.4](https://github.com/ash-project/ash/compare/v1.6.3...v1.6.4) (2020-08-15)
### Bug Fixes:
* test out automatic tweeting
## [v1.6.3](https://github.com/ash-project/ash/compare/v1.6.2...v1.6.3) (2020-08-15)

View file

@ -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.3"}
{:ash, "~> 1.6.4"}
]
end
```

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "1.6.3"
@version "1.6.4"
def project do
[