Skip to content

Commit

Permalink
chore: release version v1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 15, 2020
1 parent fb1d88f commit cb633bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -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
[
Expand Down

0 comments on commit cb633bc

Please sign in to comment.