From 08197e5cde50cf8a9161cb1924eea73927a4031c Mon Sep 17 00:00:00 2001 From: James Harton Date: Tue, 2 Apr 2024 10:40:36 +1300 Subject: [PATCH] chore: release version v0.6.1-rc.1 --- 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 c5df519..c02dbd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.6.1-rc.1](https://harton.dev/james/ash_cubdb/compare/v0.6.1-rc.0...v0.6.1-rc.1) (2024-04-01) + + + + +### Bug Fixes: + +* deprecation warnings in tests. + ## [v0.6.1-rc.0](https://harton.dev/james/ash_cubdb/compare/v0.6.0...v0.6.1-rc.0) (2024-03-30) diff --git a/README.md b/README.md index efdbc3c..b60cf26 100644 --- a/README.md +++ b/README.md @@ -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-rc.1"} ] end ``` diff --git a/mix.exs b/mix.exs index c48ed70..61393ed 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshCubDB.MixProject do use Mix.Project - @version "0.6.1-rc.0" + @version "0.6.1-rc.1" @moduledoc """ A CubDB data layer for `Ash` resources.