chore: release version v0.6.1
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
James Harton 2024-03-30 05:10:42 +00:00
parent 15390ef171
commit 0e5d3cf1b6
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.6.1](https://harton.dev/james/ash_cubdb/compare/v0.6.1-rc.0...v0.6.1) (2024-03-30)
## [v0.6.1-rc.0](https://harton.dev/james/ash_cubdb/compare/v0.6.0...v0.6.1-rc.0) (2024-03-30)

View file

@ -41,7 +41,7 @@ by adding `ash_cubdb` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ash_cubdb, "~> 0.6.1-rc.0"}
{:ash_cubdb, "~> 0.6.1"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule AshCubDB.MixProject do
use Mix.Project
@version "0.6.1-rc.0"
@version "0.6.1"
@moduledoc """
A CubDB data layer for `Ash` resources.